Axis2 Client Objects to real objects
Sheeraz Junejo <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <CADf-WA8KhHv7B0ncrvM360ss-YDdVOod+pyMZCT3f3+OXQfMhg@mail.gmail.com> |
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