我要消耗 錯誤消費Web服務4.0
所以我想使用web服務的WSDL地址(https://service/Services.wsdl
)添加一個服務引用內置的Axis2從淨
The document was understood, but it could not be processed.
- The WSDL document contains links that could not be resolved.
- There was an error downloading https://service/Services.xsd.
...etc
最後一個錯誤(錯誤下載.xsd)可能是什麼原因導致我這個問題。這是因爲VS2010試圖在這個地址下載:https://service/Services.xsd
但實際上它奠定了這裏:https://service/GoodServices.xsd
編輯
我怎麼能告訴VS2010採取從上面的正確鏈接XSD而不是由錯誤的wsdl導致錯誤的解決方案?
看看wsdl本身。應在文檔或其中一個引用的文檔中的某處提及「錯誤的」URL。這通常是服務提供商的問題。 –
是的,它在wsdl的某個地方,我發現如何自己解決它:https://preprodservices.crif-online.ch/CrifSS/CrifSoapServiceV1?xsd= sacrif-soap-service_v1.0.xsd,但現在我怎麼知道VS2010檢查那裏而不是它檢查 –