Thanks for Scott, I didn't checked that page before, but I found that I have correct files/paths. For example, I have soap.jar from apache 2.3 and placed in my classpath.
I am able to use the following pages but not the command line: http://localhost:8080/soap/admin/deploy.jsp http://localhost:8080/soap/ http://localhost:8080/soap/servlet/rpcrouter http://localhost:8080/soap/admin/ http://localhost:8080/soap/admin/list.jsp For example calculator sample testit file will fail with following result: This test assumes a server URL of http://localhost:8080/soap/servlet/rpcrouter Deploying the calculator service... Ouch, the call failed: Fault Code = SOAP-ENV:Client Fault String = Unable to resolve namespace URI for 'ns2'. . Verify that it's there Deployed Services: test . Running the calculator Exception in thread "main" java.lang.NoClassDefFoundError: samples/calculator/Calculator . Undeploy it now Ouch, the call failed: Fault Code = SOAP-ENV:Client Fault String = Unable to resolve namespace URI for 'xsd'. . Verify that it's gone Deployed Services: test Thanks - Asif Habib -----Original Message----- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 16, 2002 6:25 PM To: [EMAIL PROTECTED] Subject: Re: Help required in setting up Apache soap in resin Have you checked http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-soap/java/docs/install/resi n211.html?rev=HEAD&content-type=text/html ? Scott Nichol ----- Original Message ----- From: "Asif Habib" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 19:08 Subject: Help required in setting up Apache soap in resin I am running into issues while installing Apache Soap on resin-2.1.0. I am able to setup see list of services and deploy using jsp pages but facing problem in samples. My classpath has the following items: 1. xerces.jar 2. XML4j.jar 3. xalan.jar 4. soap.jar 5. activation.jar 6. servlet.jar 7. bsf.jar 8. smtp.jar 9. pop3.jar I am getting this Fault String : Fault String = Unable to resolve namespace URI for 'ns2'. After searching the web, I have found that I should have correct version of xerces.jar to resolve the above issue, and I have tested it against correct version of xerces.jar. While I was experimenting with different type of jar files I also received following errors: 1) Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/parsers/ParserConfigurationException 2) Exception in thread "main" java.lang.NoClassDefFoundError: org/xml/sax/SAXException 3) Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/Node Please help. Thanks! Asif Habib -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>