Kashif Saleem wrote:
Hi Eran,
        I updated to newest version.Now again I am getting the server error- 
even after setting the options.setProperty(MessageContextConstants.CHUNKED, 
Constants.VALUE_FALSE).I checked the server log this time it is showing the 
following messages:
Can you check on the server log please. I just accessed the service at your endpoint, and followings are the requests and reponses.

If I understand correct, this message has confused your dispatching logic in the server.

-- Chinthaka

Request :

POST /web-services/sbml.py HTTP/1.1
User-Agent: Axis/2.0
SOAPAction: ""
Connection: Keep-Alive
Host: www.basis.ncl.ac.uk
Content-Length: 286
Content-Type: text/xml; charset=UTF-8

<?xml version='1.0' encoding='UTF-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
     <soapenv:Header />
     <soapenv:Body>
        <example1:helloWorld xmlns:example1="http://example1.org/example1";>
           <example1:Text />
        </example1:helloWorld>
     </soapenv:Body>
  </soapenv:Envelope>

Reponse :

HTTP/1.1 200 OK
Date: Tue, 21 Mar 2006 17:39:29 GMT
Server: Apache/1.3.33 (Debian GNU/Linux) mod_python/2.7.10 Python/2.3.4 mod_fastcgi/2.4.2 mod_ssl/2.8.22 OpenSSL/0.9.7e
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/xml

360
<?xml version="1.0" encoding="utf-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:ZSI="http://www.zolera.com/schemas/ZSI/"; SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; >
     <SOAP-ENV:Body>
        <SOAP-ENV:Fault>
           <faultcode>SOAP-ENV:Server</faultcode>
           <faultstring>Processing Failure</faultstring>
           <detail>
              <ZSI:FaultDetail>
<ZSI:string>Multiple implementations found: [&lt;function helloWorld at 0x4144379c>, &lt;function helloWorld at 0x4147ddbc>]</ZSI:string> <ZSI:trace>/home/basis/pythonModules//lib/python/ZSI/dispatch.py:44:_Dispatch</ZSI:trace>
              </ZSI:FaultDetail>
           </detail>
        </SOAP-ENV:Fault>
     </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>0

Reply via email to