• 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

Unable to access AMAZON Web Service

 
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 using Sun's JWSDP and Tomcat. I usually connect to internet using a proxy and port. I am trying to access from my web application a amazon web service whose wsdl file locatipn is http://soap.amazon.com/schemas3/AmazonWebServices.wsdl. I have done below steps:

a. subscribe to amazon web services and got a subscription id which I can use in web.xml as a token property value.
b. generate the proxy jar file using the JWSDP'S wscompile.bat file
c. copied the web application to my web application's lib directory
d. when tried to access the web service I am getting below error:
java.rmi.RemoteException: HTTP transport error: java.net.ConnectException: Connection refused: connect; nested exception is:

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




Thanks & Regards,
Kumar.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic