【问题标题】:Problem building proxy class for SOAP web service为 SOAP Web 服务构建代理类的问题
【发布时间】:2010-04-07 14:36:35
【问题描述】:

我正在尝试使用 wsdl 为 Web 服务构建代理类 执行这个cmd

wsdl [http://WSDL_URL]

我来了

Warning: This web reference does not conform to WS-I Basic Profile v1.1.
R2706: A wsdl:binding in a DESCRIPTION MUST use the value of "literal" for
the use attribute in all soapbind:body, soapbind:fault, soapbind:header 
and soapbind:headerfault elements.
...
Error: Cannot find definition for http://schemas.xmlsoap.org/wsdl/:BouBinding.  
Service Description with namespace http://schemas.xmlsoap.org/wsdl/ is missing.
Parameter name: name

这是我应该解决的问题吗?

【问题讨论】:

    标签: .net soap web-services wsdl


    【解决方案1】:

    虽然您可以将其称为“Web 服务”,但它显然不符合 WS-I 基本配置文件的标准。

    您必须显示实际的 WSDL 以确定它有什么问题。

    很可能是不合格的配置文件或完全不同的 WS 配置文件。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-04-20
      • 2011-10-12
      • 2012-10-27
      • 2019-12-25
      • 2013-09-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多