XML-RPC calls from Google App Engine Client
There are some interesting aspects to doing Software Enginering from within the Google App Engine sandbox – I came across this interesting article on how to play with things so that you can make XML-RPC calls from within the google app engine sandbox. By default such calls will be blocked but the article shows who to provide your own ‘Transport’ object to break out of the sandbox.
http://brizzled.clapper.org/id/80
I haven’t tried the technique yet as there are a few changes to make but I hope to try it soon and report back!
In the mean time if anybody has tried the technique please let us know how you got on!