I've found this which was a big help:
http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001140.html
Doesn't say what the parameters Object is though - any finger in the right
direction would be appreciated.
<request>
<data>xyz</data>
</request>
is sent as??
----- Original Message -----
From: Alexandre Lemaire
To: [email protected]
Sent: Tuesday, March 13, 2007 1:01 AM
Subject: [flexcoders] Using HTTPService programmatically?
Sorry for the flurry of questions, am making some good headway (Flex is
fantastic).
Is it possible to use HTTPService programmatically?
I see that I can do:
var xmlrpc:HTTPService = new HTTPService();
xmlrpc.url = etc..
and all of the good standard options we usually put in the mxml file
otherwise, however, I'm not quite sure how to format the 'request' parameter,
nor how to specify the 'result' callback function.
Help much appreciated.
Alex