开发者

Problem with ZSI

开发者 https://www.devze.com 2023-02-15 12:01 出处:网络
I biuld web service with ZSI from example but after sending request I catch next XML <SOAP-ENV:Envelope xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\" xmlns:SOAP-ENV=\"http://schem

I biuld web service with ZSI from example but after sending request I catch next 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>开发者_StackOverflow
         <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>

any ideas to solve it?


here is the right example http://pywebsvcs.sourceforge.net/holger.pdf

0

精彩评论

暂无评论...
验证码 换一张
取 消