See the POST example here: http://livedocs.adobe.com/flex/2/langref/mx/rpc/http/HTTPService.html
You have to set the method to POST and pass the request XML to the send() method. Also see the XML-RPC spec for other requirements. http://www.xmlrpc.com/spec On 4/23/07, joshua gatcke <[EMAIL PROTECTED]> wrote:
Hello All, I am having a hard time understanding how to use <mx:http /> with our xmlrpc server. I understand how to send a request with name value pairs and how to format the results etc., however, I have no idea how I can specify the xmlrpc method to use with the <mx:http /> tag or via actionscript. We are using Flex + PHP and just trying to read write via xmlrpc requests. I do not want to use AMFPHP. Is it possible to specify the remote xmlrpc method with a rest style request or am I totally out to lunch. Thanks in advance for your help, - Joshua

