Dear All,
I am facing a problem in creating the
Java object from return XML from the web service.
Web Service and Web Service Consumer applications are both created By me.
The problem is in unmarshalling the XML to Java Object.
My base Class
If I return the response in xml as
String, it is showing the it is properly marshalled into XML as I can see in the reponse.
But When I am unmarshalling the response on the client Side,
it is not populating the subDobjs arrays of DO.
I am using Jersey 1.17 and
tomcat.
Please suggest how to resolve this.