尝试从复杂的 wsdl 创建代理时 svcutil 给出错误
我正在研究标准组织 (IHE) 发布的 WSDL。它非常复杂,其中包含 60 多个 XSD 数据类型。
当我尝试使用 svcutil 生成客户端代理时,出现以下错误
警告:命名空间“http://schemas.xmlsoap.org/wsdl/soap12/ 中的可选 WSDL 扩展元素“body” ' 未处理。
XPath://wsdl:definitions[@targetNamespace='urn:ihe:iti:pixv3:2007']/wsdl:binding[@name= 'PIXManager_Binding_Soap12']/wsdl:操作[@name='PIXManager_PRPA_IN201304UV02']/wsdl:输出*
如果需要,我可以发布 wsdl 和相关文件。
谢谢
I am working on a WSDL published by standards organization (IHE). It is very complex with over 60 XSDs included in it for data types.
When I try to use svcutil to generate client proxy, I am getting the following error
Warning: The optional WSDL extension element 'body' from namespace 'http://schemas.xmlsoap.org/wsdl/soap12/' was not handled.
XPath://wsdl:definitions[@targetNamespace='urn:ihe:iti:pixv3:2007']/wsdl:binding[@name='PIXManager_Binding_Soap12']/wsdl:operation[@name='PIXManager_PRPA_IN201304UV02']/wsdl:output*
If required, I can post the wsdl and associated files.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您将链接指向要用于构建代理的 wsdl,您可能会收到更多回复。我的猜测是存在命名空间定义问题。我确实找到了其他人也有类似的问题,并在 此 MSDN 论坛条目。
You might get more responses if you put a link up to the wsdl you're tying to use to build your proxy. My guess is there is namespace definition problem. I did find someone else with a similar problem and a solution for it posted at this MSDN forum entry.