You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Sanjay Pandey <sa...@paperfly.com> on 2001/04/12 19:47:11 UTC

Re:Need Help

Hi All

I am using Tomcat jakarta 3.2.1,soap 2.0 and and xerces.jar 1.2.3
version.
Java client is calling those services properly but when i upgrade
soap2.0 to soap2.1 i get the following errors.

This part is input
==================
<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<ns1:execute xmlns:ns1="urn:soaptest:papersoap"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<InputXML xsi:type="xsd:string">&lt;?xml version=&quot;1.0&quot;
?&gt;&lt;/StartPosition&gt;&lt;LastSortField&gt;&lt;/LastSortField&gt;&l
t;FetchCount&gt;100&lt;/FetchCount&gt;&lt;OrderBy&gt;2&lt;/OrderBy&gt;&l
t;SortOrder&gt;A&lt;/SortOrder&gt;</InputXML> </ns1:execute>
</SOAP-ENV:Body> </SOAP-ENV:Envelope>


This is the output error
========================
HTTP/1.0 404 Not Found 
Content-Type: text/html 
Content-Length: 193 Servlet-Engine: 
Tomcat Web Server/3.2.1 (JSP 1.1; Servlet 2.2; Java 1.3.0; Windows 2000
5.0 x86; java.vendor=Sun Microsystems Inc.)
<head>
<title>Not Found (404)</title>
</head>
<body>
<h1>Not Found (404)</h1> 
<b>Original request:</b> /soap/servlet/rpcrouter<br><br> <b>Not found
request:</b> /soap/servlet/rpcrouter</body>

Any help will be appreciated.

thanks
SP

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org