aspose file tools
The moose likes Web Services and the fly likes webservice client error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "webservice client error" Watch "webservice client error" New topic
Author

webservice client error

Mathew Lee
Ranch Hand

Joined: Jun 08, 2009
Posts: 238
Hi,

Using apache axis i created all the server side stubs and client side stubs etc. When trying to call the client side class(simple hello world kind of test class) to test the webservice following error coming as in attachment while running.
Any ideas, resourcesm links highly appreciated. Thanks in advance.



[Thumbnail for ws2.JPG]

Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35252
    
    7
A connection timeout could either be a temporary glitch (some firewall or router between the client and the server is down), or you're trying to access the wrong server or wrong port. Have you run a traceroute to the server?


Android appsImageJ pluginsJava web charts
Mathew Lee
Ranch Hand

Joined: Jun 08, 2009
Posts: 238
server is tomcat 6.0 running on my same laptop. Not really sure what is blocking. Please advise
DhaKatta Dha
Greenhorn

Joined: Aug 25, 2009
Posts: 12
Hi Gudi,

Could you please send me sample code how did you test the client side stubs and code to make a call to a service using the stub.

Regards
-Dha
gudim gudi wrote:server is tomcat 6.0 running on my same laptop. Not really sure what is blocking. Please advise
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: webservice client error
 
Similar Threads
how to get webservice class name in server-config.wsdd instead of SOAPBinding class
Axis and WSAD 5
How to connect to multiple web services using JAVA?
my webservice supports Axis1.x but not Axis2.x ,so is it the compatibility issue?
wscompile/xrpcc (Was: Newbie: Returning objects via JAX-RPC? )