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.
wsimportが、一部のXSDファイルにhttpリンクされているwsdlの「import」タグを無視して、wsdlファイルの横にあるXSDファイルを使用することは可能ですか。私はsvcutilがそうすることができることを知っています。
XMLカタログを使用して、wsimportにスキーマ要素を解決する方法/場所を指示するのに役立てることができます。
xmlcatalog ant docs
antのxmlcatalogタスクを定義します。カタログは、wsimport antタスクの「catalog」属性を介して、またはwsimportの-catalogコマンドラインオプションを介して参照できます。
jaxwsxmlカタログドキュメント
これがお役に立てば幸いです。