uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJW61037-E

The header element of javax.jws.WebParam annotation cannot be specified in wrapper style. (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 header element of the javax.jws.WebParam annotation is specified in the wrapper style.
Action
When using the header element of the javax.jws.WebParam annotation, annotate an SEI or Web service implementation class in the javax.jws.soap.SOAPBinding annotation in which BARE is specified in the parameterStyle element.