|
Hi Igor, The contentType property of HTTPService
indicates the type of data sent from the client to the server. If you’re
not passing any data when you invoke httpService.send(), remove the contentType
attribute from your HTTPService tag and everything should run fine. If the contentType is set to
application/xml, HTTPService assumes you have XML formatted data that you want
to send and forces the request method to POST so that the XML payload can be
passed in the request body. Best, Seth From:
[email protected] [mailto:[EMAIL PROTECTED] On Behalf Of isvibilsky Hi all, -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
__,_._,___ |
- RE: [flexcoders] HTTPService GET method issue Seth Hodgson

