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 "Howell, Matthew P" <MA...@saic.com> on 2002/07/15 19:51:49 UTC

Problem Configuring Apache SOAP v2.3.1

Hello,

	I'm running Windows2000 and have downloaded and installed Apache
httpd v1.3, jdk1.4.0, Apache SOAP v2.3.1, Apache Tomcat v4.0.4, and Apache
xerces v2.0.2.  My web server works fine and is bound to port 80.  The
Tomcat servlet engine looks fine and is bound to port 8080.  I can connect
to it and run the included JSP and Servlet examples.  I downloaded and put
the mail and activation jar files in my CLASSPATH.  I also downloaded the
recommended Rhino and BSF jar files.  I checked to ensure that the xerces
XML parser was the first jar file in my CLASSPATH.  The error I'm getting
when trying to load http://localhost:8080/soap/servlet/rpcrouter is that the
requested resource is not available.  I don't know if it makes a difference,
but I installed the Tomcat servlet engine before installing SOAP.  

	I tried running the: java
org.apache.soap.server.ServiceManagerClient rpc-router-url list command and
received the error on the troubleshooting page "...Unsupported response
content type "text/html", must be: "text/xml"..."  Unfortunately the hint
isn't much help--it only says I'm using the wrong URL??
	My CLASSPATH is .;C:\Program Files\Apache
Xerces-J\xerces-2_0_2\xercesImpl.jar;C:\Program Files\Apache
Xerces-J\xerces-2_0_2\xercesSamples.jar;C:\Program Files\Apache
Xerces-J\xerces-2_0_2\xmlParserAPIs.jar;C:\J2SDK_Forte\jdk1.4.0\lib\bsf\bsf-
2_2\lib\bsf.jar;C:\J2SDK_Forte\jdk1.4.0\lib\rhino\rhino1_5R3\js.jar;C:\oracl
e\ora81\jdbc\lib\classes12.zip;C:\oracle\ora81\jdbc\lib\nls_charset12.zip;C:
\J2SDK_Forte\jdk1.4.0\lib\mail\javamail-1.3\mail.jar;C:\J2SDK_Forte\jdk1.4.0
\lib\jaf\jaf-1.0.2\activation.jar;C:\Program Files\Apache
SOAP\soap-2_3_1\lib\soap.jar;C:\Program Files\Apache
SOAP\soap-2_3_1\samples;.
	I think there must be something very basic I'm doing wrong.
thanks, Matt

Matt Howell
Software Applications Engineer
SAIC, GCCS Operations Division (5506)
matthew.p.howell@saic.com
(248) 542-3505


Re: Problem Configuring Apache SOAP v2.3.1

Posted by Hiromi Matsue <ma...@air-beat.com>.
remove "xercesxx.jars" to your CLASSPATH or add xerces.jar for 1.4.x.
I not tested :-)

> Hello,
> 
>   I'm running Windows2000 and have downloaded and installed Apache
> httpd v1.3, jdk1.4.0, Apache SOAP v2.3.1, Apache Tomcat v4.0.4, and Apache
> xerces v2.0.2.  My web server works fine and is bound to port 80.  The
> Tomcat servlet engine looks fine and is bound to port 8080.  I can connect
> to it and run the included JSP and Servlet examples.  I downloaded and put
> the mail and activation jar files in my CLASSPATH.  I also downloaded the
> recommended Rhino and BSF jar files.  I checked to ensure that the xerces
> XML parser was the first jar file in my CLASSPATH.  The error I'm getting
> when trying to load http://localhost:8080/soap/servlet/rpcrouter is that the
> requested resource is not available.  I don't know if it makes a difference,
> but I installed the Tomcat servlet engine before installing SOAP.  
> 
>   I tried running the: java
> org.apache.soap.server.ServiceManagerClient rpc-router-url list command and
> received the error on the troubleshooting page "...Unsupported response
> content type "text/html", must be: "text/xml"..."  Unfortunately the hint
> isn't much help--it only says I'm using the wrong URL??
>   My CLASSPATH is .;C:\Program Files\Apache
> Xerces-J\xerces-2_0_2\xercesImpl.jar;C:\Program Files\Apache
> Xerces-J\xerces-2_0_2\xercesSamples.jar;C:\Program Files\Apache
> Xerces-J\xerces-2_0_2\xmlParserAPIs.jar;C:\J2SDK_Forte\jdk1.4.0\lib\bsf\bsf-
> 2_2\lib\bsf.jar;C:\J2SDK_Forte\jdk1.4.0\lib\rhino\rhino1_5R3\js.jar;C:\oracl
> e\ora81\jdbc\lib\classes12.zip;C:\oracle\ora81\jdbc\lib\nls_charset12.zip;C:
> \J2SDK_Forte\jdk1.4.0\lib\mail\javamail-1.3\mail.jar;C:\J2SDK_Forte\jdk1.4.0
> \lib\jaf\jaf-1.0.2\activation.jar;C:\Program Files\Apache
> SOAP\soap-2_3_1\lib\soap.jar;C:\Program Files\Apache
> SOAP\soap-2_3_1\samples;.
>   I think there must be something very basic I'm doing wrong.
> thanks, Matt
> 
> Matt Howell
> Software Applications Engineer
> SAIC, GCCS Operations Division (5506)
> matthew.p.howell@saic.com
> (248) 542-3505
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>
> 

-----------------------
 Hiromi Matsue
 matsue@air-beat.com
-----------------------

--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


Re: Problem Configuring Apache SOAP v2.3.1

Posted by Hiromi Matsue <ma...@air-beat.com>.
remove "xercesxx.jars" to your CLASSPATH or add xerces.jar for 1.4.x.
I not tested :-)

> Hello,
> 
>   I'm running Windows2000 and have downloaded and installed Apache
> httpd v1.3, jdk1.4.0, Apache SOAP v2.3.1, Apache Tomcat v4.0.4, and Apache
> xerces v2.0.2.  My web server works fine and is bound to port 80.  The
> Tomcat servlet engine looks fine and is bound to port 8080.  I can connect
> to it and run the included JSP and Servlet examples.  I downloaded and put
> the mail and activation jar files in my CLASSPATH.  I also downloaded the
> recommended Rhino and BSF jar files.  I checked to ensure that the xerces
> XML parser was the first jar file in my CLASSPATH.  The error I'm getting
> when trying to load http://localhost:8080/soap/servlet/rpcrouter is that the
> requested resource is not available.  I don't know if it makes a difference,
> but I installed the Tomcat servlet engine before installing SOAP.  
> 
>   I tried running the: java
> org.apache.soap.server.ServiceManagerClient rpc-router-url list command and
> received the error on the troubleshooting page "...Unsupported response
> content type "text/html", must be: "text/xml"..."  Unfortunately the hint
> isn't much help--it only says I'm using the wrong URL??
>   My CLASSPATH is .;C:\Program Files\Apache
> Xerces-J\xerces-2_0_2\xercesImpl.jar;C:\Program Files\Apache
> Xerces-J\xerces-2_0_2\xercesSamples.jar;C:\Program Files\Apache
> Xerces-J\xerces-2_0_2\xmlParserAPIs.jar;C:\J2SDK_Forte\jdk1.4.0\lib\bsf\bsf-
> 2_2\lib\bsf.jar;C:\J2SDK_Forte\jdk1.4.0\lib\rhino\rhino1_5R3\js.jar;C:\oracl
> e\ora81\jdbc\lib\classes12.zip;C:\oracle\ora81\jdbc\lib\nls_charset12.zip;C:
> \J2SDK_Forte\jdk1.4.0\lib\mail\javamail-1.3\mail.jar;C:\J2SDK_Forte\jdk1.4.0
> \lib\jaf\jaf-1.0.2\activation.jar;C:\Program Files\Apache
> SOAP\soap-2_3_1\lib\soap.jar;C:\Program Files\Apache
> SOAP\soap-2_3_1\samples;.
>   I think there must be something very basic I'm doing wrong.
> thanks, Matt
> 
> Matt Howell
> Software Applications Engineer
> SAIC, GCCS Operations Division (5506)
> matthew.p.howell@saic.com
> (248) 542-3505
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>
> 

-----------------------
 Hiromi Matsue
 matsue@air-beat.com
-----------------------