Posted: Thu Sep 01, 2005 12:14 pm Post subject: parsing Xmlns to cobol
Centurion
Joined: 12 Jun 2004 Posts: 128 Location: Chicago, IL
I have follwing message flow which transforms XMLNS message to MRM .
It is processing successfully and I can see the output in the environment tree.But in the outq queue i cannot see the contents and it contains all blanks.
CREATE COMPUTE MODULE BRIDJE_SOAPXML_Compute
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
CALL CopyMessageHeaders();
SET OutputRoot.Properties.MessageDomain = 'MRM';
SET OutputRoot.Properties.MessageSet = 'CNAHEADER';
SET OutputRoot.Properties.MessageFormat = 'CWF';
SET OutputRoot.Properties.MessageType = 'msg_CNAMESSAGE';
SET OutputRoot.MQMD.Format = 'MQSTR ';
CREATE LASTCHILD OF OutputRoot Domain('MRM');
set OutputRoot.MRM.CNAMESSAGE.CNAHEADER.CNA_SERVICE_PORTION.CNA_SERVICE_PKG = 'service';
set OutputRoot.MRM.CNAMESSAGE.CNAHEADER.CNA_SERVICE_PORTION.CNA_ACTION = 'name';
etc
I see all blank spaces in my output message.Thanks for any help
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