Re: [flexcoders] Passing complex objects (e. g. collection of name-value pairs) to server via either URLLoader or HTTPService using POST method

2007-03-10 Thread Sergey Kovalyov
Can AMFPHP convert Flex ArrayCollection of Objects to PHP Array of PHP Objects?.. On 09 Mar 2007 16:04:39 -0800, Merrill, Jason [EMAIL PROTECTED] wrote: SOAP webservices can do that. You don't have to convert to XML first, you can send your complex Actionscript object directly to the WDSL

RE: [flexcoders] Passing complex objects (e. g. collection of name-value pairs) to server via either URLLoader or HTTPService using POST method

2007-03-09 Thread Merrill, Jason
SOAP webservices can do that. You don't have to convert to XML first, you can send your complex Actionscript object directly to the WDSL method and it transfers via SOAP (XML) protocol. You can receive in the same way. Jason Merrill Bank of America Global Technology Operations Learning