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.
アクセスするSOAP Webサービスを実装しているときに、いくつかのチュートリアルにwsdlファイルがあることがわかりました。サードパーティのライブラリが追加されていない場合、どのフォルダーにwsdlファイルを作成する必要がありますか..
URL を要求することで、デプロイされたサービスの WSDL ファイルを表示できます。
例えば、
http://localhost:8080/helloservice/hello?wsdl
だから基本的に
http://<your-web-service-url>?wsdl
動作するはずです