• 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

Generated web services using the WSDL file, Connection Timeout error tomcat 6

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a WSDL file, and then I use the wsimport command to generate the codes.

this is the part of the WSDL file



When I look at the auto generated codes, this link https://testxsg.dmv.ca.gov/tvcc_uat/tvccservice I can't find it anywhere, is it normal?

Then this is what I see from the Catalina Log



Connection Timed Out Error

The soap action is empty from the log, but they told me not to add anything to the soap action in the WSDL file. So I wonder did I really make a call to this address https://testxsg.dmv.ca.gov/tvcc_uat/tvccservice? Or the time out error should be related to their end?

Thank your for your help!
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think that you are trying to communicate with a service that is offline and unavailable.
 
reply
    Bookmark Topic Watch Topic
  • New Topic