Configure endpoint WCF service?

  • 3 December 2008
  • 0 replies
  • 3 views

Badge

Hi,

Within our K2 process I'm consuming a WCF service. I created the service reference using the Add Reference dialog. This dialog lets you choose a service URL.

After adding the reference and compiling the K2 process a proxy dll of the service has been created. I also expect a kind of config file containing the system.ServiceModel configsection with the endpoint, binding, contract configuration. But after reflecting the proxy dll I see there's a resource file, with the name output.config, in the proxy dll containing this system.ServiceModel information. And no config file.

Is there a way to configure this system.ServiceModel (especially the endpoint) settings without deleting the existing service reference and add a new reference? In my opinion this isn't the way to go.


0 replies

Be the first to reply!

Reply