I haven't got an answer on my problem yet that would help me out. Please see the initial post http://marc.theaimsgroup.com/?l=axis-user&m=108629300431143&w=2
Otherwise I am going to have to try another tool :( Thanks, Jas -----Original Message----- From: Hatton, Jason (STL) Sent: Friday, June 04, 2004 6:40 AM To: '[EMAIL PROTECTED]' Subject: RE: Help with .NET to Jboss\Axis interop problem Takenori, This is a good point. I have checked that and the Reference.cs has the following. /// <remarks/> [System.Xml.Serialization.SoapTypeAttribute("order", "http://com.express_scripts.sds.demo.ejb/randy/test")] public class order { /// <remarks/> public order_detail detail; /// <remarks/> public tracking_info[] tracking_data; /// <remarks/> public order_item[] items; /// <remarks/> public note[] notes; } This appears to be correct so I am assuming that when the web reference is added to the projects VS is interpretting the Wsdl file correctly. Thanks for the response, Jas ------ Reply to ----------------- Hi, I'm also a newbie, so the followings may be incorrect. Please apologize me. >The order object being returned has an array of four note objects being passed back within it. >Cannot assign object of type Watcha_Proof.localhost.note to an object of type Watcha_Proof.localhost.note[]. Error says you assign note[] to note. C# proxy expect a single note object, but the array of note are returned. CLIP... Please check getOrderByUserEx and its returned object, order using VisualStudio's Object Browser. Order class may consists of "order_detail", "tracking_info", "order_item", "note", not "order_detail", "note[]". Thanks, Takenori ******* Confidentiality Notice ******* This email, its electronic document attachments, and the contents of its website linkages may contain confidential health information. This information is intended solely for use by the individual or entity to whom it is addressed. If you have received this information in error, please notify the sender immediately and arrange for the prompt destruction of the material and any accompanying attachments.