With JDK1.4+, you need to use Endorsed Standards Override Mechanism. Please refer this link http://java.sun.com/j2se/1.4.2/docs/guide/standards/
-----Original Message----- From: Parley, Thunder Jon [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 1:35 PM To: [EMAIL PROTECTED] Subject: Use Specific XML parser Hi List, How can I specify which XML parser to use for my Axis client. The application is commandline run and I do not want to change the JVM default parser (by changing jaxp.properties in $JAVA_HOME/jre/lib which does not exist in my JRE). Is there a specific system property I can set before I invoke/use the client stubs in the application? I am using Axis 1.1 and J2SE 1.4.2_00. Thanks! Thunder
