uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJW61111-E

The method whose style is non-wrapper and that is annotated with javax.jws.Oneway annotation must have one IN parameter that is not soap header.(class = aa....aa, method = bb....bb)

aa....aa: SEI name or Web Service Implementation Class name
bb....bb: Method name
Description
The method in which the style is non-wrapper and that is annotated with javax.jws.Oneway annotation must have one in parameter that is not a SOAP header non-wrapper.
Action
Specify only one in parameter that is not a SOAP header, in the method whose style is non-wrapper and that is annotated with the javax.jws.Oneway annotation.