Connect to webservice
-
I have a website in my computer and a web service in the virtual machine VMWare. I use web reference in visual studio 2010 to add url connect to web service but it is not work. Do you know how to connect my website to my webservice ?
ly nguyen wrote:
but it is not work
What does that mean? Does it throw an exception? Does the dialog abort? Does the webservice throw an exception when you call it?
ly nguyen wrote:
Do you know how to connect my website to my webservice ?
Not for your specific website/webservice, but there's a generic How To[^] on MSDN. It also states that one should prefer a service reference[^].
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]
-
I have a website in my computer and a web service in the virtual machine VMWare. I use web reference in visual studio 2010 to add url connect to web service but it is not work. Do you know how to connect my website to my webservice ?