You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Asif Habib <ah...@corp.visto.com> on 2002/11/16 01:08:18 UTC

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

Re: Help required in setting up Apache soap in resin

Posted by Eric Carlson <st...@blueyonder.co.uk>.
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:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


Re: Help required in setting up Apache soap in resin

Posted by Scott Nichol <sn...@scottnichol.com>.
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" <ah...@corp.visto.com>
To: <so...@xml.apache.org>
Cc: <re...@caucho.com>
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:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


Re: Help required in setting up Apache soap in resin

Posted by Eric Carlson <st...@blueyonder.co.uk>.
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


Re: Help required in setting up Apache soap in resin

Posted by Scott Nichol <sn...@scottnichol.com>.
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" <ah...@corp.visto.com>
To: <so...@xml.apache.org>
Cc: <re...@caucho.com>
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