• 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

Connection failure - web service

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Our system is getting a connection timed out when calling a web service, can someone let me know the steps I should be taking to try and resolve the issue as i havent got a clue where to begin, i didnt develop the application but have to support it now, it was working fine up untill last week and it doesnt look like the application, codewise, has changed since

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are trying to call web service from SOAP UI as client, in the properties set the timeout to be '0', which is infinite for SOAP UI with no timeout limit.

If the client is not SOAP UI, make sure the web service wsdl is accessible, if not you can try to restart web service and see if your client will be able to hit the service.
 
adrian bradley
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi thanks for the reply, how do i make sure wsldis accessibile and how would I restart the web service, i have restarterd apache tomcat a few times but to no avail, is there a different method needed to restart the services, i have tcpmon installed but i do not even know what port to look at and even how I could find this out, i have access to the server so if anyone can point me in the right directions that would be great
 
reply
    Bookmark Topic Watch Topic
  • New Topic