• 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 Client for Amazon Web Service

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to use the Java Client for accessing the Amazon Web Service.

It gives me an error which i guess is cos of some problem at the server side.

If any of you have tried this earlier please help me debug this -

-----------------------------------------------------------------------

i download the kit from http://www.amazon.com/gp/browse.html/104-3360383-3066366?node=3435361

i download this wsdl file you specified from http://soap.amazon.com/schemas3/AmazonWebServices.wsdl

- place it in the directory named JavaCodeSamples.

- run the axis.client.bat file

- it generates a set of classes with top directory as com

- i set the classpath and compile it.

- it gives me a bunch of errors and these being the wrong method names which i debug

- compilation is successful

- i run the client using java run

- select SOAP Query

- ASIN search

- enter the token i get in the "dev-tag"

- enter a ISBN number

- enter webservices-20 for "tag"

I get this message

Experienced RemoteException

(404) Not Found.

--------------------------------------------------------------------------
 
reply
    Bookmark Topic Watch Topic
  • New Topic