[appengine-java] sending HTTP GET with xml payload

2010-08-20 Thread jwangatx
according to http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/urlfetch/HTTPRequest.html: setPayload public void

Re: [appengine-java] sending HTTP GET with xml payload

2010-08-20 Thread John Patterson
On 20 Aug 2010, at 03:27, jwangatx wrote: I know it seems logical that GET's should only send a url with QS (Query String) params to qualify the get, but if I have a complex subscription/highly-directly query, I would prefer to send all the parameters as payload/XML. Why not just use POST?