Hello Michael,
I don't think a SOAP message is supposed to have a DOCTYPE header.
What is the error you get? Stacktrace?
Axis does not schema-validate the SOAP message, and AFAIK by default XML
parsers do not do that unless implicitly told to.
Regards,
Dies
Michael Oltz wrote:
Hello,
I am using Axis 1.3 with Xerces 2.7.1. I am writing a client
for a web service which, I have discovered, does not put a
DOCTYPE header in the SOAP message that comes back. I get an
XML error when Axis starts to try to unmarshall the SOAP.
I am not in a position to fix the other end, nor to fudge
the response way down deep. How can I make the parsing
nonvalidating? Or is that forbidden because it would break
too many other things?