Hi,
I got it working:
Looks like the web reference tool form vstudio strips out the port# from the service address, so http://localhost:8080/axis becomes http://localhost/axis.
 
After setting the Url property for the service object in code to "http://localhost:8080/axis/Calculator.jws" it worked.
 
ArentJan
 
==>Yes, that's right, it's the same with me!
It's odd, but true: even if you specify a correct url for the webservice, and .NET correctly imports it visualizing the right url in the properties window of the web reference, you must specify it at design time in the code.
I'm going to drill down this topic in order to discover why!
 
Thanks,
:P:

Reply via email to