have you tried http://mustang.cs.binghamton.edu:8080/axis/services/EchoDimeService
? One trick -- if the service is already deployed, you should be able to get something back by pasting the URL into the address bar of a web browser, and something useful by appending ?wsdl to the URL, like this: http://mustang.cs.binghamton.edu:8080/axis/services/EchoDimeService?wsdl -- Dennis R. Sherman Endeavor Information Systems 847-227-2976 [EMAIL PROTECTED] http://www.endinfosys.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 10:23 AM To: [EMAIL PROTECTED] Subject: 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
