uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJW61102-E

The method annotated with javax.jws.WebMethod annotation must not be static or final. (class = aa....aa, method = bb....bb)

aa....aa: Web service implementation class name
bb....bb: Method name
Description
You cannot specify a static or final modifier in the method annotated with the javax.jws.WebMethod annotation.
Action
Do not specify a static or final modifier in the method annotated with the javax.jws.WebMethod annotation.