Re: Input Msg as one Big String in the JavaPlugin Node

2003-01-27 Thread Reetha K
> > Enviado el: Tuesday, January 21, 2003 1:30 PM > > Para: [EMAIL PROTECTED] > > Asunto: Re: Input Msg as one Big String in > the JavaPlugin Node > > > > Hi Rodrigues, > > > > I am doing that now , and my XML is stored as a > > bitstre

Re: Input Msg as one Big String in the JavaPlugin Node

2003-01-24 Thread Timm Bryant
> To: <[EMAIL PROTECTED]> Sent: Monday, January 20, 2003 10:00 PM Subject: Input Msg as one Big String in the JavaPlugin Node > How can I retrieve the input message in a java plugin > node as one big string. > newAssembly.getMessage().getRootElement().getLastChild > ---> gives me t

Re: Input Msg as one Big String in the JavaPlugin Node

2003-01-21 Thread "Rodríguez Alvarez-Querol, Manuel Carlos"
Tuesday, January 21, 2003 1:30 PM > Para: [EMAIL PROTECTED] > Asunto: Re: Input Msg as one Big String in the JavaPlugin Node > > Hi Rodrigues, > > I am doing that now , and my XML is stored as a > bitstream in the local environment variable . How do i > get back the

Re: Input Msg as one Big String in the JavaPlugin Node

2003-01-21 Thread Reetha K
your > method. > > I hope this help you. > > Cheers, > Manuel Carlos Rodriguez > IBM Certified Specialist - WebSphere MQ > > > > -Mensaje original- > > De: Reetha K [SMTP:[EMAIL PROTECTED]] > > Enviado el: Tuesday, January 21, 2003 5:00 AM >

Re: Input Msg as one Big String in the JavaPlugin Node

2003-01-20 Thread "Rodríguez Alvarez-Querol, Manuel Carlos"
AM > Para: [EMAIL PROTECTED] > Asunto: Input Msg as one Big String in the JavaPlugin Node > > How can I retrieve the input message in a java plugin > node as one big string. > newAssembly.getMessage().getRootElement().getLastChild > ---> gives me the XML Element but can

Input Msg as one Big String in the JavaPlugin Node

2003-01-20 Thread Reetha K
How can I retrieve the input message in a java plugin node as one big string. newAssembly.getMessage().getRootElement().getLastChild ---> gives me the XML Element but can i get this XML tree as one big string. The Java Plugin node receives an XML message from a compute node which i need as a strin