On 2011-07-14, at 10:16 AM, mdaoud <[email protected]> wrote:
> > Thank you Craig for this explanation. Unfortunatelly, yea the xxxxSOAPRequest > is my main root in the SOAP:BODY!!! > and yea i am using Spring OXM. > That's a good thing then if it's your root element, it means setRootElement will work in your case. You just need a way of automatically determining the xxxx part on a per request basis (ie. Perhaps based on the service name requested?) Craig > That makes me wonder how other applications handle this issue? I have over > 100 requests and i would like to (un)marshal the requests/responses in a > simple way (instead of keep parsing with XPath or JDom) > > any suggestions? > > Thanks, > > > -- > View this message in context: > http://old.nabble.com/Unmarshalling-multiple-xml-to-one-class-tp32059761p32062059.html > Sent from the Castor - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

