On Thu, Feb 24, 2005 at 09:08:15AM +0600, Jaliya Ekanayake wrote:

Hello,

> We will put the new site and the documentation within one or two days. Then
> you will be able to use it without any trouble.

Thank you. I have obtained the newest CVS version and compiled and
run the samples using the documentation provided with it. These --
using SimpleAxisServer -- seem to run fine. However, when I try to
utilize a Tomcat4 server to run them, I get the following response
(captured by TCPMon) to the CreateSequence request:

-----
HTTP/1.1 500 Internal Server Error
Content-Type: text/xml;charset=utf-8
Date: Mon, 14 Mar 2005 09:33:06 GMT
Server: Apache-Coyote/1.1
Connection: close

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
<soapenv:Body>
 <soapenv:Fault>
  <faultcode>soapenv:MustUnderstand</faultcode>
  <faultstring>Did not understand &quot;MustUnderstand&quot; 
header(s):</faultstring>
  <detail>
   <ns1:hostname xmlns:ns1="http://xml.apache.org/axis/";>lorien</ns1:hostname>
  </detail>
 </soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
----

I copied all the required files to their locations in Tomcat4's di-
rectories, added the interop sample classes and deployed using in-
terop/RMInteropServiceDeploy.wsdd. The service shows up on AXIS' list
of deployed web services.

As I figured from the interop/build.xml file, this is the same as done
in the tests, the sole difference being that these use a SimpleAxis
Server and so do not require the copying. Thus I cannot seem to grasp
what the above message means. Is it something obvious that I am doing
wrong here?

Thanks,
 
Philipp Reinecke

Reply via email to