I feel like a broken record repeating this advice...
> > > Ouch, the call failed: > > > Fault Code = SOAP-ENV:Server.Exception: > > > Fault String = java.lang.NoSuchMethodError One possible cause - the JVM is finding an earlier XML parser that does not support namespaces before it finds the Xerces parser jar no matter what your classpath is. When it happened to me, it was an old JAXP package in the JAVA-HOME\jre\lib\ext directory. Read the file findingclasses.html in the tooldocs section of your javadocs to find out why this happens. -- WBB - [EMAIL PROTECTED] Java Cert mock exams http://www.lanw.com/java/javacert/ Author of Java Developer's Guide to Servlets and JSP ISBN 0-7821-2809-2