uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJW61031-E

javax.xml.ws.Holder parameters must not be annotated with the javax.jws.WebParam whose mode property is javax.jws.WebParam.Mode.IN. Node: Default value of javax.jws.WebParam.mode property is javax.jws.WebParam.Mode.IN. (class = aa....aa, method = bb....bb, parameter position (numbered from 0) = cc....cc)

aa....aa: SEI name or Web service implementation class name
bb....bb: Method name
cc....cc: Position of the argument
Description
The javax.xml.ws.Holder class is specified with the in parameter.
Action
Specify the javax.xml.ws.Holder class either in the out parameter or in the inout parameter.