Hi, I have installed Tomcat 3.2.3, JDK 1.3.1. The SOAP server
side installation works fine, i.e. I do get “ I am trying to start the SOAP sample “StockQuote” with
testit.cmd and getting following error – C:\soap-2_2\samples\stockquote>testit This test assumes a server URL of
http://localhost:8080/soap/servlet/rpcrouter Deploying the stockquote service... 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:106) 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,
Compiled Code) Here is my CLASSPATH settings- .;c:\soap-2_2;c:\jars\mail.jar;c:\jars\soap.jar;c:\jars\activation.jar;c:\jars\jaxp.jar;
c:\tomcat-3.2.3\lib\servlet.jar Can someone point out where did I do I wrong? Thanks in advance. |
- Re: Problem starting SOAP samples CT Chou
- Re: Problem starting SOAP samples Richard Bourland
- RE: Problem starting SOAP samples W. Scott Grant
- Re: Problem starting SOAP samples Robert Rogers
- *-unsubscribe Jay Askren
- RE: Problem starting SOAP samples Francis Ho
- gzip accept encoding over http? Heitzso