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 Damien Boucquey <db...@eft.be> on 2001/05/08 14:39:47 UTC

RE: Running AddressBook demo (Mail is Virus Free !)

Use Xerces 1.2.3 or 1.3.0 (do not forget to set the jar it at the first
position both in your CLASSPATH and in the dynamically computed Tomcat
CLASSPATH -see tomcat.bat or .sh)

D+

-----Original Message-----
From: PHoorne@vanmarcke.be [mailto:PHoorne@vanmarcke.be]
Sent: 08 May 2001 15:26
To: soap-user@xml.apache.org
Subject: RE: Running AddressBook demo (Mail is Virus Free !)



Hi,

When executing the stockquote sample I get the following request and
response. Any idea where I took the wrong way?

=======================================
POST /soap/servlet/rpcrouter HTTP/1.0
Host: 192.56.1.217:8989
Content-Type: text/xml
Content-Length: 418
SOAPAction: ""

<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:getQuote
          xmlns:ns1="urn:xmltoday-delayed-quotes"
          SOAP-ENV:encodingStyle
="http://schemas.xmlsoap.org/soap/encoding/">
          <symbol xsi:type="xsd:string">IBM</symbol>
          </ns1:getQuote>
     </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

====================================


HTTP/1.0 400 Bad Request
Content-Type: text/xml; charset=UTF-8
Content-Length: 432
Set-Cookie2: JSESSIONID=oq6ixxbbp1;Version=1;Discard;Path="/soap"
Set-Cookie: JSESSIONID=oq6ixxbbp1;Path=/soap
Servlet-Engine: Tomcat Web Server/3.2.1 (JSP 1.1; Servlet 2.2; Java 1.2.2;
Windows 95 4.0 x86; java.vendor=Sun Microsystems Inc.)

<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>
          <SOAP-ENV:Fault>
               <faultcode>SOAP-ENV:Client</faultcode>
               <faultstring>Unable to resolve namespace URI for
'xsd'.</faultstring>
               <faultactor>/soap/servlet/rpcrouter</faultactor>
          </SOAP-ENV:Fault>
     </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
======================================


Peter Hoorne
Van Marcke Logistics N.V.
Weggevoerdenlaan 5
8500 Kortrijk
056/237624


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


Note: This message and its attachements have been checked for viruses by InterScan VirusWall V3.4

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