I have a WSE 3.0 based web service, and a WinForms client application that makes use of the types defined in that service\'s References.cs, but subclasses them to provide some additional functionality
I\'m able to call a 3rd party vendor\'s web service from a Windows form program just fine. When I try to call the same web service and web method and same URL from a WCF web service I get the followin
Is there a way to specify a WSE3 proxy in the config file instead of code. I figured out how to get it working in code as follows:
In the HTTP Connection header, my web service client is including: Connection: Keep-Alive I want to disable this.After doing some research, it appears the way to do this is to set the KeepAlive memb