uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJW61104-E

The value of name element of javax.xml.bind.annotation.XmlElement annotation and the value of name element of javax.jws.WebResult annotation are different. (class = aa....aa, method = bb....bb, XmlElement name = cc....cc, WebResult 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.WebResult
Description
The value of the name element of the javax.xml.bind.annotation.XmlElement annotation and the value of the name element of the javax.jws.WebResult annotation are different.
Action
The name element of the javax.xml.bind.annotation.XmlElement annotation and the name element of the javax.jws.WebResult annotation must have the same values.