Exeu / Amazon-ECS-PHP-Library

This library is no longer maintained! Please have a look at my new amazon Lib at: https://github.com/Exeu/apai-io
https://github.com/Exeu/apai-io
GNU General Public License v3.0
238 stars 97 forks source link

API Issue #17

Closed whoisstan closed 13 years ago

whoisstan commented 13 years ago

Hey,

getting this message here:

"The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details."

I am using my 'Access Key ID' and my 'Secret Key'. I am using php5.3.6/apache 2.2.19 on OS X Lion. Am I lacking a signing library?

Thanks so much, Stan

whoisstan commented 13 years ago

I uncommented some var_dump's in sampleItemSearch.php and now I see this:

SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://ecs.amazonaws.com/AWSECommerceService/2010-11-01/EN/AWSECommerceService.wsdl' : failed to load external entity "http://ecs.amazonaws.com/AWSECommerceService/2010-11-01/EN/AWSECommerceService.wsdl"

Is this helpful?

Exeu commented 13 years ago

Hi,

what Version of this class you are using?

whoisstan commented 13 years ago

I downloaded it yesterday!

Exeu commented 13 years ago

Please open the class. Look at the top of it where the Versionnumber is served. This error seems to come from an older version.

whoisstan commented 13 years ago

i had version 1.2. thanks for the help, its working now. I am making an interface for this here http://whoisstan.tumblr.com/post/7350201293/buy-it-later-hybrid-stores and will use your php interface for Amazon.