You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Hatton, Jason (STL)" <JH...@express-scripts.com> on 2004/06/04 13:40:02 UTC

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.