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 flexcoders@yahoogroups.com, "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>&LT;something&GT;&LT;system&GT;...&LT;/system&GT;&LT;/something&GT;
> </xml>
> </mx:request>
>
>
__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to