Access to soap WebServer without "Add Web Reference" Option
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi I'm working in a webserver (php code) and all works fine using the "Add Web Reference" option. Question, HOW i can add a Web Reference with code??? (because ... well, maybe the host change the IP address). NOTE: Using Nusoap, PHP and C#
-
Hi I'm working in a webserver (php code) and all works fine using the "Add Web Reference" option. Question, HOW i can add a Web Reference with code??? (because ... well, maybe the host change the IP address). NOTE: Using Nusoap, PHP and C#
One way is to use WSDL utility[^] and then modify the generated code the way you want.
The need to optimize rises from a bad design. My articles[^]