Forum Discussion

giovanni_esposi's avatar
giovanni_esposi
Occasional Contributor
12 years ago

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);

1 Reply