I need to make a standard XML-RPC call to the UPC Database (www.upcdatabase.com) using my Google AppEngine Java application.
I found a lot of information on incorporating XML-RPC within GAE but couldn’t find anything on how to make a call from GAE.
Any help or examples would be appreciated ?
Well what do you know….
I did the following using the Redstone XMLRPC library and it works. Won’t have figured that with all the focus on using URLFetch.
Don’t quite know why it works and would love an explanation.