元の投稿はこちら
Jax WS 2.1.5によって作成され、HTTPSサービスとして公開されているサードパーティのWebサービスがあります(WSDL:-https: //somedomain.com/location/soap/locationfinderservice?wsdl) 。 wsimport。互換性のためにjdk1.6.0_04を使用しています(以前の投稿で説明したJDKバージョンを切り替えました)新しいエラーが発生します
javax.xml.stream.XMLStreamException: Invalid WSDL expected {http://schemas.xmlsoap.org/wsdl/}definitions found {https://schemas.xmlsoap.org/wsdl/}definitions at (lineLine number = 1
問題は、https://schemas.xmlsoap.org/wsdl/が存在しないことです。この場合、クライアントスタブを生成する方法は?