ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » How to create message tree out of XML

Post new topic  Reply to topic
 How to create message tree out of XML « View previous topic :: View next topic » 
Author Message
DE110283
PostPosted: Wed Jun 13, 2007 6:14 am    Post subject: How to create message tree out of XML Reply with quote

Novice

Joined: 13 Jun 2007
Posts: 11

Hi,

I have stored the USR folder into a VARCHAR database field using the following statement:

DECLARE usrHeader CHARACTER CAST(ASBITSTREAM(mqinfo.usr OPTIONS FolderBitStream CCSID 819) AS CHAR CCSID 819);
INSERT INTO Database...

Now I want to read this VARCHAR field and recreate the USR folder in the RFH2 header - but don't know how to do this.

Could someone please help? Many thanks in advance,
Torsten
Back to top
View user's profile Send private message
sebastianhirt
PostPosted: Wed Jun 13, 2007 6:25 am    Post subject: Reply with quote

Yatiri

Joined: 07 Jun 2004
Posts: 620
Location: Germany

Code:
CREATE PREVIOUSSIBLING OF OutputRoot.*[<] DOMAIN 'MQRFH2';
SET OutputRoot.MQRFH2.usr.field = 'value';


try this...
Hope that helps
Back to top
View user's profile Send private message
jbanoop
PostPosted: Wed Jun 13, 2007 6:26 am    Post subject: Reply with quote

Chevalier

Joined: 17 Sep 2005
Posts: 401
Location: SC

try the Create..Parse .. statement..

http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp?topic=/com.ibm.etools.mft.doc/ak04950_.htm
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » How to create message tree out of XML
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.