I used TunnelGui and the detail I get is,

HTTP/1.1 500 ok
Server: Microsoft-IIS/5.0
Date: Fri, 17 Aug 2001 12:18:32 GMT
Content-Type:text/xml; charset=utf-8
Set-Cookie:sesessionid=U4OTBJKM0O542EOVFJW0WPA;Path=/
Cache-Control:no-cache="set-cookie,set-cookie2"
Expires:Thu, 01 Dec 1994 16:00:00 GMT
Content-Length:539
Content-Language:en

<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/1999/XMLSchema";>
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server.Exception:</faultcode>
<faultstring>org.apache.xerces.dom.NodeImpl: method 
<init>(Lorg/apache/xerces/dom/DocumentImpl;)V not found</faultstring>
<faultactor>/soap/servlet/rpcrouter</faultactor>
</SOAP-ENV:Fault>
.....

I checked my Websphere lib, I found that there is another xerces.jar. I 
guess that is an older version of xerces. Is this a problem of older 
version of xerces and the version I have d/l from apache.org? I try to 
replace it with the new version, nothing works. for the record, i have no 
problem using jetty using the exact setup.

/lim/

At 08:20 AM 17-08-01 -0400, you wrote:
>TH Lim wrote:
> >
> > I'm testing the Address example provided by the Apache SOAP package
>against
> > SOAP 2.2 nightly built (16 Aug)  or the distribution version running on
> > Websphere 3.5.4 (NT 4.0). I get the following error,
> >
> > Caught SOAPException (SOAP-ENV:Client): Parsing error, response was:
> > The element type "init" must be terminated by the matching end-tag
>"</init>".
>
>Having fixed this same bug in Axis a while back, I feel confident that
>somewhere on the server you are getting an exception in an object
>constructor.  In the process of formatting a fault reply back, invalid XML
>is produced, and the results of that are the error you describe above.
>
>I just committed a fix which will appear in the 18 Aug nightly build.  If
>you would like to build it yourself in the meanwhile, the one file that was
>affected was java/src/org/apache/soap/Utils.java.  Or you could simply use
>TcpTunnel to see the actual error.
>
>- Sam Ruby

Reply via email to