I've been struggling with the following issue for sometime.
The class structure is as follows -
Class foo has a Method zoo getZoo()
Class zoo has a Method bar getBar()
But the XML that needs to be generated is like -
<foo> <bar> </bar> </foo> i.e, the element zoo needs to to be skipped.
Any idea on how I can write a mapping file to achieve this ?
Thanks!
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-user