Проблема с ZSI - PullRequest
       48

Проблема с ZSI

1 голос
/ 05 марта 2011

Я создаю веб-сервис с ZSI из примера , но после отправки запроса я улавливаю следующий XML


<SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ZSI="http://www.zolera.com/schemas/ZSI/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <SOAP-ENV:Fault>
         <faultcode>SOAP-ENV:Server</faultcode>
         <faultstring>Processing Failure</faultstring>
         <detail>
            <ZSI:FaultDetail>
               <ZSI:string>iteration over non-sequence</ZSI:string>
               <ZSI:trace>build\bdist.win32\egg\ZSI\ServiceContainer.py:108:_Dispatch</ZSI:trace>
            </ZSI:FaultDetail>
         </detail>
      </SOAP-ENV:Fault>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

какие-либо идеи для его решения?

1 Ответ

0 голосов
/ 05 марта 2011

вот правильный пример http://pywebsvcs.sourceforge.net/holger.pdf

...