Amazon WS (AWS) requires signed requests to access their Product 
Advertising API.  I have a working application running locally using the 
Play! framework that sends a signed request using java.net.URL and receives 
a valid "item lookup response", which basically can you tell whatever you 
might want to know about a particular product that Amazon sells.

The problem I'm running into is that, for some reason, these signed 
requests are somehow being _discombobulated_ when they are sent to Amazon 
via the same application deployed on Google App Engine.

The requests are clearly going out and the response from AWS is that there 
might be a problem with the signed request.  I can't understand why it 
would work locally but not in Google App Engine, and there are no errors or 
exceptions thrown.

Before posting code or getting into the nitty-gritty, I was wondering if 
anyone on this board has run into a similar issue using AWS via GAE?

Thank you very much.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/Yo8UWB6ZyrsJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to