Allow run-time configuration of web service url using ATL soap and sproxy-generated proxy class
- by Odrade
I have a Visual C++ application that communicates with an ASP.NET web service via ATL Soap. The client application uses an sproxy-generated proxy class for the communication. Looking at the generated proxy class, I noticed that the url for the web service is hard-coded in numerous places.
It would be preferable for the url to be configurable at…