Quantcast
Channel: SCN: Message List - Service-Oriented Architecture (SOA) and SAP
Viewing all articles
Browse latest Browse all 1056

Re: XML Deserialization Error

$
0
0

The reason for this is that the response doesn't have this object: Element []<Item>. I guess you marked it in the response with "@XmlElement(required = true)". But then it really has to be there - but it isn't. If you mark it as "@XmlElement(required = false)". You will not get this error.

 

Regards,

DS


Viewing all articles
Browse latest Browse all 1056

Trending Articles