[ http://issues.apache.org/jira/browse/AXIS-2588?page=comments#action_12447874 ] Martin Citron commented on AXIS-2588: -------------------------------------
I have found solution. Simply use (add to classpath) some other xml parser than the default one used with Java 1.4. I tried apache-xerces and it works. > SOAPFaultBuilder throws DOMException WRONG_DOCUMENT_ERR for JAVA 1.4 > -------------------------------------------------------------------- > > Key: AXIS-2588 > URL: http://issues.apache.org/jira/browse/AXIS-2588 > Project: Apache Axis > Issue Type: Sub-task > Affects Versions: 1.3 > Environment: Win XP, Java 1.4 > Reporter: Martin Citron > > I have same problem but with Java 1.4. I compiled and replaced > SoapFaultBuilder class in axis.jar for the newest one. With Java 5.0 > everything works perfectly, but using it with Java 1.4 I received this error > (instread of DOMException WRONG_DOCUMENT_ERR): nested exception is: > java.lang.IllegalArgumentException: Node is not a org.apache.crimson.tree > implementation. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
