You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by ms...@binghamton.edu on 2004/04/21 17:23:22 UTC

How to call webservice from remote machine ?

Hello ..

   Its a newbie question , can anyone tell me how Do I call a webservice
from a machine which is NOT a localhost ... ie How to call webservice
from remote machine ?

I am doing ....

call.setTargetEndpointAddress(new
URL("http://mustang.cs.binghamton.edu:8080/axis/services/urn:EchoDimeService"));

Its having problems .

Thanks in advance

Mayur