Thanks, Tracy!
I'm now able to post with parameters successfully to the server - the current
"challenge" is that I don't seem to be handling the server response.
I can confirm that I'm making valid calls to the server, and they are
responding, but my Flex application is not displaying responses.
- I've created a status label, which confirms a
result from the HTTPService call (and shows errors if it cannot
communicate to the server.)
- I can point my HTTPService call at an example XML
response, and it displays correctly. --> When it points to the server,
it posts correctly, but doesn't display the response at all.
- I created a temporary relay page to confirm that
posts are being sent correctly, and that responses are being sent
correctly. (That's where I got the example XML response file.)
- Is there a way to debug the response back from
the server?
Thanks in advance for any help!
--- In [email protected], "Tracy Spratt"
<[EMAIL PROTECTED]> wrote:
>
> You know, I send xml by HTTPService all the time, but I always do it in
> AS, and never declaratively. But in general
>
> Try:
>
> <mx:request xmlns="">
>
>
<xml><something><system>...</system></something>
> </xml>
> </mx:request>
>
>