hi,

think about the following xml structure:

<req:ServiceRequest>
        <GetLoanStatus>
                <Client>
                        <lastName>Wieser</lastName>
                        <firstName>Guenther</firstName>
                </Client>
        </GetLoanStatus>
</req:ServiceRequest>

what i wan to have at the end is the textual content between the start tag of ServiceRequest and its end tag. i wrote my own unmarshaller, but i haven't found any way to retrieve the content INCLUDING everything from <GetLoanStatus> and its end tag. it seems to be a problem of the different namespaces that ServiceRequest and its content use. i thought uctx.getText() gives me the content as a string, but i get a string with whitespaces back, but no <GetLoanStatus>.....

any ideas how i can get the content of ServiceRequest as a string in an unmarshaller? thanks in advance!

br,
günther

--
Günther Wieser
creative-it
[EMAIL PROTECTED]
http://www.creative-it.com


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to