uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJW61011-E

All methods in a SEI must be implemented in the implementation class.(SEI = aa....aa, implementation class = bb....bb, method = cc....cc)

aa....aa: SEI name
bb....bb: Web service implementation class name
cc....cc: Method name
Description
Not all methods of the referenced SEI are implemented in the Web service implementation class.
Action
When using the endpointInterface element of the javax.jws.WebService annotation, implement all methods of the SEI in the Web service implementation class.