Author |
Message
|
suneelsh |
Posted: Thu Apr 18, 2002 11:31 pm Post subject: |
|
|
 Acolyte
Joined: 13 Apr 2002 Posts: 69 Location: Pune,India
|
How do i convet a BLOB msg to XML or any other readable format?? |
|
Back to top |
|
 |
amigupta1978 |
Posted: Fri Apr 19, 2002 3:48 am Post subject: |
|
|
Centurion
Joined: 22 Jan 2002 Posts: 132 Location: India
|
Hi,
What exactly ur BLOB message contain. Is the bitstream is of some XML document or some predefined MRM structure?? Then just add a ResetContent Descriptor node..setting the BLOB to XML or MRM ...
Regards,
Amit |
|
Back to top |
|
 |
suneelsh |
Posted: Fri Apr 19, 2002 5:00 am Post subject: |
|
|
 Acolyte
Joined: 13 Apr 2002 Posts: 69 Location: Pune,India
|
will check it out. Thanks |
|
Back to top |
|
 |
suneelsh |
Posted: Fri Apr 19, 2002 9:44 pm Post subject: |
|
|
 Acolyte
Joined: 13 Apr 2002 Posts: 69 Location: Pune,India
|
I tried putting the resetcontent descriptor after the aggregate reply node and I dont get any respponse. The nt taskmanager shows 100% CPU for 10min!
I tried casting the message from blob to character in the compute node after the aggregate reply and it still gives me blob with a X before the blob.
Any suggestions??
[ This Message was edited by: suneelsh on 2002-04-19 22:46 ] |
|
Back to top |
|
 |
chanduy9 |
Posted: Tue Apr 23, 2002 2:30 pm Post subject: |
|
|
Disciple
Joined: 28 Nov 2001 Posts: 177 Location: USA
|
After RCD put one more compute node, in compute node type..
SET OutputRoot.XML=InputRoot.XML
it was working fine for me.
Good Luck
Chandra. |
|
Back to top |
|
 |
suneelsh |
Posted: Fri Apr 26, 2002 9:40 pm Post subject: |
|
|
 Acolyte
Joined: 13 Apr 2002 Posts: 69 Location: Pune,India
|
I have tried this and still dosent work...so i wrote my java plugin..that converts from BLOB to XML. BLOB is actually in hex. so i convert from hex to int and from int to ascii and it works. |
|
Back to top |
|
 |
|