Avatar

Level 2
Hi all,



I'm looking for some information on how Flash/Flex serializes
parameters to WebService operations. If a web service operations
takes a simple parameter like a string, I can just pass it in as
the argument to the Operation.send() method but what if the
parameter is a "complexType"? Do I need to create an xml node or
just an object with public properties, etc...?



Any info on this would be much appreciated.



Ryan