I am using the Amazon Product Search WSDL in an objective-c project. Since Objective-c does not have any direct support for SOAP, I cannot just use the wsdl and leave all the other processing for my app.
I want to know what the service uri for the amazon product search is. This is the WSDL I am using
http://soap.amazon.com/schemas2/AmazonWebServices.wsdl
The word ‘service’ is only in the xml 3 times, so I’m assuming that what you’re looking for is:
Edit: Visiting that url in a browser shows a page with this message:
The migration guide has many WSDL locations, depending on which national site you want; the US site’s wsdl is at http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl and the schema is at http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.xsd