[flexcoders] HttpService Request Parmeters

2008-07-24 Thread ron_mori
Coders, Think: HttpService used for REST service calls. On a POST method I would like to supply a user/password set of parameters in the following XML format. http://mydomain.com/project"; xmlns:foo="http://mydomain.com/parms"; > foo bar Unfortunately the REST services are not subject to chan

Re: [flexcoders] HttpService Request Parmeters

2008-07-24 Thread Josh McDonald
You can POST arbitrary xml data to HttpService. What you can't do is anything other than GET or POST which makes interacting with most (true) REST services difficult or impossible. -Josh On Fri, Jul 25, 2008 at 10:23 AM, ron_mori <[EMAIL PROTECTED]> wrote: > Coders, > > Think: HttpService used f