ZSI 问题

发布于 2024-10-20 19:36:13 字数 1110 浏览 1 评论 0原文

我从 示例 中使用 ZSI 构建 Web 服务 但是发送请求后我捕获下一个 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>

有什么想法可以解决它吗?

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>
         <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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文