You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Atul <te...@gmail.com> on 2004/07/09 18:15:00 UTC

[Re:Solved, BUT]faultString: org.xml.sax.SAXParseException: Premature end of file.

...building with 7/8 updates solved this problem BUT, it still gives
an error on client for mustUnderstand attribute (soap version
mismatch??) with my soap1.1 msgs.

To not exception out, I had to default it to 'false' in
org.apache.axis.client.AxisClient - invokde(MessageContext)
                // Do SOAP Semantics checks here - this needs to be a call to
                // a pluggable object/handler/something
                if
(msgContext.isPropertyTrue(Call.CHECK_MUST_UNDERSTAND, false)) {
                    checker.invoke(msgContext);
                }