为SOAP Web服务构建代理类的问题

时间:2010-04-07 14:36:36

标签: .net soap web-services wsdl

我正在尝试使用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

这是我应该在我身边修好的吗?

1 个答案:

答案 0 :(得分:1)

虽然您可能将其称为“Web服务”,但很明显它不符合WS-I Basic Profile的标准。

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

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