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 » parsing Xmlns to cobol

Post new topic  Reply to topic
 parsing Xmlns to cobol « View previous topic :: View next topic » 
Author Message
kirankinnu
PostPosted: Thu Sep 01, 2005 12:14 pm    Post subject: parsing Xmlns to cobol Reply with quote

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
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » parsing Xmlns to cobol
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.