giovanni_esposi
12 years agoOccasional Contributor
How to set a WebService object programmatically
Is it possible to programmatically set a webService object?
In particular I have an already defined webservice object and I need to change the server address.
I thought it was possible to do that with the following line, but it doesn't work.
WebServices.MyObjectName = WebServices.CreateWebServiceInfo(URL, MyServiceName, SoapVersion);