The SEI specified in the endpointInterface element of javax.jws.WebService annotation could not be found. (implementation class = aa....aa, endpointInterface = bb....bb)
- aa....aa:Webサービス実装クラス名
bb....bb:endpointInterface要素の値 - 説明
- Webサービス実装クラスでjavax.jws.WebServiceアノテーションのendpointInterface要素に指定したSEIが見つかりません。
- 対処
- javax.jws.WebServiceアノテーションのendpointInterface要素に,指定したSEIがあるか確認してください。