How to call other server's WSDL file methods using Asp.Net
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have a link of a WSDL file, i want to access methods of that wsdl file. I have already added it as a web reference but i can't make object of that web reference. If i am adding a web refernce from same application then it works properly but if i am add web reference by giving other server's url, then i am not able to create an object of that web reference. So, any idea how i can call other server's WSDL file using my asp.net page?