[appengine-java] XMLRPC calls from GAE app?

2010-01-13 Thread ujja
Has anyone succeeded to make xmlrpc calls from gae? If, what did you use. Thanks -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this

[appengine-java] Re: XMLRPC calls from GAE app?

2010-01-13 Thread ujja
I will answer this by myself after playing around. It was in my case very straight forward using HttpURLConnection for the connection and SAXParser for handling the result. I have stripped out my details from the parser. The solution is fast and works on both simulator and uploaded on GAE. /Ulrik