Daniel Hägg wrote: > I have the following jars in my classpath. > > crimson-1.1.3\crimson.jar > xml-axis-rc2\lib\axis.jar > xml-axis-rc2\lib\jaxrpc.jar > xml-axis-rc2\lib\saaj.jar > xml-axis-rc2\lib\commons-logging.jar > xml-axis-rc2\lib\commons-discovery.jar > xml-axis-rc2\lib\wsdl4j.jar
You may want to rename crimson.jar to crimson.jar.old, but also look in java_home/jre/lib/ext and see what is there. You will want to only refer to one xml parser. I had spent a bit of time on Sunday night updating my jar files, and so when I had this problem I just copied all the jar files from one machine to another, and the problem went away. You may also want to undeploy your webservice, then remake the wsdd files and redeploy it, and see if that helps. Good luck.