uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJW61035-E

A javax.jws.WebParam.Mode.OUT and a javax.jws.WebParam.Mode.INOUT cannot be specified for besides the type parameter of javax.xml.ws.Holder class. (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
javax.jws.WebParam.Mode.OUT or javax.jws.WebParam.Mode.INOUT is specified for other than the type parameter of the javax.xml.ws.Holder class.
Action
When specifying the Java type in the out and inout parameters, specify as the type parameter of the javax.xml.ws.Holder class.