• 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

java.net.ConnectException: Connection refused

 
Ranch Hand
Posts: 548
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am trying to access the freely available Amazon webservice with its wsdl file at http://soap.amazon.com/schemas3/AmazonWebServices.wsdl and I am trying to create a client for accessing this webservice using Sun's JWSDP.

When I am running the chapter 10 webservice examples from the book "Core Java Server Faces" with command "wscompile -import .\RaviWS\config.xml" on my dos prompt then I am getting below error

"error: modeler error: failed to parse document at "http://soap.amazon.com/schemas3/AmazonWebServices.wsdl": java.net.ConnectException: Connection refused: connect"



Please let me know what am I missing here ...


Thanks & Regards,
Kumar.
reply
    Bookmark Topic Watch Topic
  • New Topic