.NetからAxis2に組み込まれたサードパーティのWebサービスを利用する必要があります
したがって、Webサービスwsdl address(https://service/Services.wsdl
)を使用してサービス参照を追加しようとすると、次のエラーが発生します。
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
編集
誤ったwsdlに起因する誤った解像度ではなく、上記の正しいリンクからxsdを取得するようにVS2010に指示するにはどうすればよいですか?