2010-04-07 87 views
0

我試圖使用WSDL 建立一個Web服務代理類執行此CMD問題建築代理類SOAP的Web服務

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

雖然您可能稱之爲「Web服務」,但顯然它不符合WS-I Basic Profile的標準。

您將不得不顯示實際的WSDL以確定它有什麼問題。

它很可能是一個不符合要求的配置文件或完全不同的WS配置文件。