Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
wsdl からメソッドを呼び出すことは可能ですか? はい、どのように実現できますか? wsdl から Web サービス名を取得できますか?
ありがとう
wsdl Web サービスを記述します。通常は、サービスを呼び出すことができるプロキシ クラスを生成するために使用されます。
wsdl
プロジェクトに Web 参照を追加し、それをwsdlファイルにポイントする必要があります。Visual Studio は、適切な名前空間を持つプロキシ クラスを生成します。これにより、Web サービスを使用できるようになります。