Hi i am new to AIR. I am trying to develop an application to send XML file using webservice. I got the WSDL generated the .net classes and connected using .net and it worked... When i changed to AIR i am getting this weird error
"Cannot find definition for type 'http://somedomain.subdomain.com:8080/portal/services/MX::ArrayOf_tns1_VDocument" ArrayOf_tns1_Document extends ArrayCollection and the XML has to be stored in ArrayOf_tns1_VDocument as ByteArray... I triled all the methods mentioned in it like addItem(),addItemAt() In .net ArrayOf_tns1_VDocument class is not created instead the XML Byte array is stored in an array of Document[]class... This ArrayOf_tns1_VDocument class is created by flex wsdl and eating my head... I tried to change the type to an array but did not work... I would appreciate any suggestions/ help Thanks in advance...

