Re: Apache Soap 2.3.1 complex datatypes

2004-06-16 Thread Scott Nichol
You have registered the type as element http://schemas.xmlsoap.org/soap/encoding/:packagename.test on the server. You must use the same on the client: smr.mapTypes(Constants.NS_URI_SOAP_ENC, new QName("http://schemas.xmlsoap.org/soap/encoding/";, "packagename.test"),

Re: Apache Soap 2.3.1 complex datatypes

2004-06-16 Thread Scott Nichol
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 16, 2004 6:12 AM Subject: RE: Apache Soap 2.3.1 complex datatypes Can someone please remove me from this list serve? Stephen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2

Re: Apache Soap 2.3.1 complex datatypes

2004-06-16 Thread Martin Gainty
Torven- At first glance it appears that your QName is not constructed correctly if one looks at http://ws.apache.org/soap/docs/apiDocs/org/apache/soap/util/xml/QName.html QName(namespaceURI, localPart) Here are examples on how to construct QName please visit IBM page at http://www-106.ibm.com/dev

RE: Apache Soap 2.3.1 complex datatypes

2004-06-16 Thread Stephen Sell
Can someone please remove me from this list serve? Stephen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 3:35 AM To: [EMAIL PROTECTED] Subject: Apache Soap 2.3.1 complex datatypes Apache Soap 2.3.1 complex datatypes Hey there, i wa