uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJW61010-E

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 name or Web service implementation class name
bb....bb: Method name
Description
The exclude element of the javax.jws.WebMethod annotation and other elements cannot be specified simultaneously.
Action
When specifying true in the exclude element of the javax.jws.WebMethod annotation, do not code the other elements of the javax.jws.WebMethod annotation.