After some tweaks I've managed to convert my beautiful XML object into the ugly flash.xml.XMLNode one and then convert it with SimpleXMLDecoder into the unnamed Object and then send it to server. Welcome back AS2!
Guys, if anyone happily sends XML objects via HTTPService could you please write here, so at least I know that there is a way to do this. Thanks! Dmitri. --- In flexcoders@yahoogroups.com, "Dmitri Girski" <[EMAIL PROTECTED]> wrote: > > > It looks like HTTPService in Flex 3 was 'improved'. > > It sends empty POST requests when contentType=CONTENT_TYPE_XML and > request= XML object. > > Works fine for unnamed Objects && contentType=CONTENT_TYPE_FORM though. >