The exclude element of javax.jws.WebMethod annotation cannot be specified with the other elements of it. (class = aa....aa, method = bb....bb)
- aa....aa:SEI名またはWebサービス実装クラス名
bb....bb:メソッド名 - 説明
- javax.jws.WebMethodアノテーションのexclude要素とほかの要素を同時に指定できません。
- 対処
- javax.jws.WebMethodアノテーションのexclude要素にtrueを設定する場合は,javax.jws.WebMethodアノテーションのほかの要素は記述しないでください。