Posted: Tue Jul 19, 2011 9:31 pm Post subject: convert a message from XMLNSC domain to MRM in JavaCompNode
Newbie
Joined: 01 Feb 2011 Posts: 1
Hi All,
I am facing an issue in converting an XMLNSC message from input to MRM format in java compute node.I have worked the same in ESQL but not getting to know how its implemented in JavaComputeNode....
the input message message structure is
<XMLNSC>
<ViewTicketDetailsRequest>
<ReferenceNum>05042011114055777</ReferenceNum>
<BookingId>1</BookingId>
</ViewTicketDetailsRequest>
</XMLNSC>
The desired output is
<MRM>
<ReferenceNumLength>17</ReferenceNumLength>
<ReferenceNum>05042011114055777</ReferenceNum>
<BookingIdLength>1</BookingIdLength>
<BookingId>1</BookingId>
</MRM>
I have developed the message set and set the properties of the same in Javacompute Node.
Please guide..
Let usknow if you are finding any other difficulties _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum