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