Scott,
Well, I have made a simple test about the ExceptionFaultListener problem.
I have emailed Eric M. Dashofy (one of the authors of ExceptionFaultListener),
and he said that he has't done any SOAP work in many years, and he doubt
that any of the code he have still works.
__
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"),
Have you tried to unsubscribe yourself? Just send an e-mail to [EMAIL PROTECTED]
Scott Nichol
Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
- Original Message -
From: "Stephen Sell" <[EMAIL PROTECTED]>
To: <[EMAI
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
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
Apache Soap 2.3.1 complex datatypes
Hey there,
i want to get complex datatypes from ther server to the client. The complexe
datatype is an class with name "packagename.test" and getter-setter methods
like an javabean. So i want to use the beanserializer.
I got the following exception:
[SOAPExc