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