We are porting a Google Web Toolkit (version 1.5.3) client/server application to a Gadget. The app utilizes the GWT RPC framework to communicate to the server services.
I am converting the service calls to utilize the Shindig Proxy, as described in the Google FAQ and that's where I run into a Shindig limitation. The GWT RPC sends the request as a POST, but I am receiving a 405 Error (The specified HTTP method is not allowed for the requested resource ().) It seems the Shindig Proxy is rejecting POST requests. I've started tracing through the Shindig code, but figured I might get better advice from this list. I haven't found how I can configure GWT RPC to use a GET. So, is there some way to allow the Proxy to handle POSTs? or is there a reason for this limitation? or is the a new Bug/Feature request? Thanks for any help available, Adam