uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJW61103-E

The value of name element of javax.xml.bind.annotation.XmlElement annotation and the value of name element of javax.jws.WebParam annotation are different. (class = aa....aa, method = bb....bb, XmlElement name = cc....cc, WebParam name = dd....dd)

aa....aa: SEI name or service implementation class name
bb....bb: Method name
cc....cc: Value of the name element of javax.xml.bind.annotation.XmlElement
dd....dd: Value of the name element of javax.jws.WebParam
Description
The value of name element of the javax.xml.bind.annotation.XmlElement annotation and the value of name element of the javax.jws.WebParam annotation are different.
Action
The name element of the javax.xml.bind.annotation.XmlElement annotation and the name element of the javax.jws.WebParam annotation must have the same values.