The SOAP deserializer is undocumented (meaning we can’t really support anything you do with it on your own).  If you really need to access it I’d look into debugging an app that uses a WebService in FlexBuilder and check out the mx.services.XMLDecoder class (probably along with XMLDecoderConfig).  You’ll need to dig further into other webservice classes to see how it’s used but you might see what you need in just checking those two files.

 

Like I said, undocumented, unsupported, we never had this conversation J

 

Matt

 


From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sean McKibben
Sent: Wednesday, June 22, 2005 10:43 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] SOAP through a socket

 

Is there a way to invoke the SOAP deserializer to read in data from 
an XMLSocket connection? If my server sends an information push (in 
xml SOAP format) to all connected clients, I want them to get the 
data that is broadcast in object form, just as if the XML had been 
sent through a webservice result. Any ideas for manually invoking the 
deserializer with either an XML string or a XML object?


Thanks,
Sean McKibben




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





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




Yahoo! Groups Links

Reply via email to