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.
URLを介して到達可能なwsdlがあります。wsgenを使用してこのWebサービスを使用するためのクライアントクラスを生成したいと思います。wsdl urlのみをパラメーターとして使用してそれを行うにはどうすればよいですか?ありがとうございました!
あなたが求めているのはwsgenではなくwsimportだと思います:
wsimport -Xnocompile -keep -d <directory where you want your client class> <path to the wsdl>
-Xnocompile を使用すると、ソースを保持できます