Set Webservice wsdl Programmticaly
-
Hello friends, I use some web services in my project. But I want to change some this one web services ip. For ex. i use http://192.168.0.1/ex.wsdl some times i want to use http://192.168.0.5/ex.wsdl. both of them are same functions. Is there any idea? Thanks Best Regards
-
Hello friends, I use some web services in my project. But I want to change some this one web services ip. For ex. i use http://192.168.0.1/ex.wsdl some times i want to use http://192.168.0.5/ex.wsdl. both of them are same functions. Is there any idea? Thanks Best Regards
Under what conditions do you want to use the other IP Address?
-
Under what conditions do you want to use the other IP Address?
there is no condition. wsdls will be fill on combobox when user select any of web service will be run on this url. i found something that: if i create a web service object and then there is a url property, and it is possible to set it. now i am trying to use it,