This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I am new web services.I just learned how to create and consume a web service (when both are on same machine).
But now i am assigned a project to consume a web service which is deployed on some else machine .The problem is when i try to run my project i got following list of exception:
Can anyone help me regrading this .I am in very much trouble.
Check if you can access the web service wsdl through a browser. If you can and you are behind a proxy, do as previous post suggests. If you can not see the wsdl try to ping the IP of the machine the web service is deployed. If you can not ping the machine then it is a network issue (not a web service problem).