Hi,
I would like ADB to stop parsing at a certain point in the XML hierarchy, thus I want all of my 'high level' parameters in the SOAP message mapped to Java objects via ADB for easier handling but I need ADB to exclude some elements/types from breaking them further down. This means the latter elements and all of their contents shall be stored as plain XML at the corresponding point in the ADBBean hierarchy to be extracted and passed along without any further parsing or serializing needed (these are large blocks of XML data that is not going to be processed by the web service layer itself). I tried to solve this use case with the -em (external mapping) option but did not succeed because there is not much user documentation about this feature. Also almost all questions about this I've found on the mailing list and the web seem to be unanswered. Is there someone who actually uses this? Regards Martin Kadlec
