03-07-2011 11:20 AM
Hello All.
When calling a web service, is there some way to force it to only use a standard HTTP Post format?
My app seems to be generating ServiceRequest calls half the time in the desktop app running under Flash builder Burritto. When running on the Playbook sim, it seems to always generate ServiceRequest calls.
Tim
03-08-2011 01:38 AM - edited 03-08-2011 01:58 AM
See the Adobe docs for the URLRequest class - it sounds like maybe you want to set the method property of your URLRequest instance to be URLRequestMethod.POST ...
http://help.adobe.com/en_US/FlashPlatform/referenc
("The default value is URLRequestMethod.GET")
Edit: Sorry, I think I misunderstood the question ... I'm not familiar w/using the WebService class ....