Hello all,
I've been trying to get a SOAP demo up and running with Tomcat, but
I've been having difficulties... I believe I have Tomcat configured
correctly as browsing to http://localhost:8080/soap/servlet/rpcrouter
shows the correct response. However, when I try to test out the client
end by the following command:
java org.apache.soap.server.ServiceManagerClient
http://localhost:8080/soap/servlet/rpcrouter list
I get the following error:
Exception in thread "main" javax.xml.parsers.FactoryConfigurationError:
com.sun.xml.parser.DocumentBuilderFactoryImpl
at
javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:80)
at
org.apache.soap.util.xml.XMLParserUtils.refreshDocumentBuilderFactory(XMLParserUtils.java:112)
at
org.apache.soap.util.xml.XMLParserUtils.<clinit>(XMLParserUtils.java:79)
at org.apache.soap.rpc.Call.<init>(Call.java:87)
at org.apache.soap.rpc.Call.<init>(Call.java:99)
at org.apache.soap.rpc.Call.<init>(Call.java:93)
at
org.apache.soap.server.ServiceManagerClient.<init>(ServiceManagerClient.java:81)
at
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:216)
My classpath contains soap.jar, mail.jar, activation.jar and
xerces.jar ... I edited Tomcat's server.xml
file to put xerces.jar in front of Tomcat's classpath... I've been
looking around for a little while and can't
seem to figure out what is wrong, if anyone could help me out it would
be greatly appreciated...
Thanks,
-Alex
(I'm using: soap 2.2, tomcat 3.2.2, xerces 1.4.0, javamail 1.2 and jaf
1.0.1)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]