Thanks for Eric, 

I have soap.jar from apache 2.3 and visible 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: Eric Carlson [mailto:[EMAIL PROTECTED]]
Sent: Saturday, November 16, 2002 6:32 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: Help required in setting up Apache soap in resin


Make sure you are using the very latest soap.jar

On Fri, 15 Nov 2002 16:08:18 -0800, you wrote:

>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]>

Reply via email to