The value of className element of javax.xml.ws.ResponseWrapper annotation is not followed the naming rules of Java language specifications. (class = aa....aa, method = bb....bb, className = cc....cc)
- aa....aa:SEI名またはWebサービス実装クラス名
bb....bb:メソッド名
cc....cc:className要素の値 - 説明
- javax.xml.ws.ResponseWrapperアノテーションのclassName要素の値がJava言語仕様が定める命名規則に従っていません。
- 対処
- javax.xml.ws.ResponseWrapperアノテーションのclassName要素に指定する値は,Java言語仕様が定める命名規則に従ってください。