WCF proxy: Do I need to create a new and different proxy for each binding?

Posted by WCFDeveloper on Stack Overflow See other posts from Stack Overflow or by WCFDeveloper
Published on 2010-05-02T13:05:44Z Indexed on 2010/05/02 13:07 UTC
Read the original article Hit count: 194

Filed under:
|
|

Hi,

Let's say that I have created a WCF proxy from a WCF service (which is configured with wsHttpBinding) using Add Service (in Visual Studio 2008).

Later I want to use basicHttpBinding so I'll go and change the WCF service to use basicHttpBinding. But what about the WCF proxy? Can I just change this via Web.config or do I need to create the WCF proxy again from the WCF service via Add Service?

Thanks

© Stack Overflow or respective owner

Related posts about wcf

Related posts about proxy