• 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

Web service client, Time Out Issue

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually I created a web service on WebSphere Integration Developer, and created a web service client for that,web service is working.

At client side, when i tried to invoke the service methods from a jsp(TestClient.jsp):
its saying timeout,

Does any know how to fix this error,

"exception: WSWS3713E: Connection to the remote host tempuri.org failed.Received the following error: Connection timed out: no further information"

Please let me know as soon as possible, if any one knows reg: this..

Fine thn,

Regards,
Swetha Deshpande.
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check your internal firwall is not blocking the port access.

It happened to me when i was testing the apache axis2 webservice server-client on windows vista machine.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic