The protocol besides http,urn cannot be specified for the targetNamespace element of javax.xml.ws.ResponseWrapper annotation. (class = aa....aa, method = bb....bb, targetNamespace = cc....cc)
- aa....aa:SEI名またはWebサービス実装クラス名
bb....bb:メソッド名
cc....cc:targetNamespace要素の値 - 説明
- javax.xml.ws.ResponseWrapperアノテーションのtargetNamespace要素にhttp://またはurn:以外のプロトコルは指定できません。
- 対処
- javax.xml.ws.ResponseWrapperアノテーションのtargetNamespace要素に指定する名前空間は,http://またはurn:で始まるURLを指定してください。