by devMonkey <mitre7@[EMAIL PROTECTED]
>
Jul 23, 2007 at 11:50 PM
On Jul 11, 6:03 pm, Sree <sreej...@[EMAIL PROTECTED]
> wrote:
> This is what I want to do. Following is the actual Message
> <Node>
> <NodeX></NodeX>
> <NodeY></NodeY>
> <NodeZ></NodeZ>
> <NodeA>
> <NodeB></NodeB>
> <NodeB></NodeB>
> <NodeB></NodeB>
> <NodeB></NodeB>
> </NodeA>
> </Node>
>
> I want to have multiple messages as follows from the above
>
> <Node>
> <NodeX></NodeX>
> <NodeY></NodeY>
> <NodeZ></NodeZ>
> <NodeA>
> <NodeB></NodeB>
> </NodeA>
> </Node>
>
> All Help is Great Help
>
> Thanks
> Sree
Hi Sree,
An envelope should work for this type of disassembly.
I had a similiar scenario in which I was unable to use an envelope and
had to write a custom disassembing component to break out mulitple
messages from one, very similiar to your message above. Let me know
if this is something that may be of help to you and I'll forward the
code to you. mitre7@[EMAIL PROTECTED]
just finished writing a disassembler component to do this.