[flexcoders] Problems saving XML data

2006-08-29 Thread mthielman11
Hello All, we are having a heck of a time trying to get any XML data sent back to out server. He have tried several different methods and so far none have worked. We have traced this and at this point out server is not receiving the body or XML data content and we can not figure out why.

Re: [flexcoders] Problems saving XML data

2006-08-29 Thread Ethan Farmer
The HTTPService doesn't automatically send data everytime you update it. You must send the data manually using the send method. srvsave.send(objToSend); Ethan -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: