The javax.jws.WebService annotated classes that do not belong to a package must have the targetNamespace element of javax.jws.WebService. (class = aa....aa)
- aa....aa:SEI名またはWebサービス実装クラス名
- 説明
- SEIでパッケージの記述がなく,かつWebServiceアノテーションのtargetNamespace要素の記述もありません。
- 対処
- aptコマンドの入力となるSEIまたはWebサービス実装クラスがデフォルトパッケージの場合,javax.jws.WebServiceアノテーションのtargetNamespace要素で名前空間名を記述してください。