Hi,
I have actionscript method passing array of object to a webservice (which takes list of object) as a parameter, somehow the data loads correctly in actionscript , but when it passes webservice method, it's being passed as empty.
Is there any way to synchronize the array of objects from Actionscript and c# webmethods?
Does SOAP needs to process these array of objects
Thanks.