Hi, I have generated axis2 web service from a web service wsdl using wsdl2java utility. I am also able to call my service successfully but the problem is that my response object is from com*.xsd.* package and on client side I would like to work on my real objects.
The question how can I retrieve my real object from my JAXB object? Thanks