• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

webservice client error

 
Ranch Hand
Posts: 238
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
ws2.JPG
[Thumbnail for ws2.JPG]
web service client error
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
Mathew Lee
Ranch Hand
Posts: 238
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
server is tomcat 6.0 running on my same laptop. Not really sure what is blocking. Please advise
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic