uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJW20041-E

The method annotated with javax.jws.Oneway annotation cannot have parameters using javax.xml.ws.Holder classes. (class = aa....aa, method = bb....bb)

aa....aa: SEI name or Service Implementation Class name
bb....bb: Method name
Description
The method annotated with the javax.jws.Oneway annotation cannot have parameters using the javax.xml.ws.Holder class.
Action
Specify only the in parameter in the method annotated with the javax.jws.Oneway annotation.