See the Accessing Element Information in the XML past of this [1] article to figure out how to traverse the OM Tree..
I think you missed the hyperlink and have the [1] instead, can you update the actual hyperlink Thanks Anil On 4/27/07, Thilina Gunarathne <[EMAIL PROTECTED]> wrote:
>It would be great if i can get a code snippet of a standard way of extracting > the MTOM byte array from the SOAPEnvelope You will need to navigate to the element containing the binary data, and then to the OMText child of that element..You can use the axiom API's for that.. See the Accessing Element Information in the XML past of this [1] article to figure out how to traverse the OM Tree.. You can use the OMText.getDataHandler() on the above OMText object to access the binary data... Thanks, Thilina -- Thilina Gunarathne - http://www.wso2.com - http://thilinag.blogspot.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
