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 » Eliminating a few input feilds in the ouput CWF message

Post new topic  Reply to topic
 Eliminating a few input feilds in the ouput CWF message « View previous topic :: View next topic » 
Author Message
parthiba_s
PostPosted: Mon Dec 02, 2002 10:05 pm    Post subject: Eliminating a few input feilds in the ouput CWF message Reply with quote

Novice

Joined: 12 Sep 2002
Posts: 20

Hai

I have a to convert a XML message to a CWF message . I have created a message set from a cobal copy book.

I have a few field in the input XML message that I do not require in the output CWF message. I have tried to make them null but at the MQ Output node I get an Exception

Can anyone suggest a solution

Regards
S.Parthiban
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
kirani
PostPosted: Mon Dec 02, 2002 10:21 pm    Post subject: Reply with quote

Jedi Knight

Joined: 05 Sep 2001
Posts: 3779
Location: Torrance, CA, USA

Simple solution ..
Don't include these element in your output message (MRM-CWF) definition.
For example, if your input message is
<Data>
<A>somedata</A>
<B>somedata</B>
<C>somedata</C>
</Data>

If you don't want data in <B> tag to be a part of your output CWF message, you should define a MRM-CWF message with elements A and C only.
_________________
Kiran


IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries

Back to top
View user's profile Send private message Visit poster's website
lung
PostPosted: Tue Dec 03, 2002 5:31 pm    Post subject: Reply with quote

Master

Joined: 27 Aug 2002
Posts: 291
Location: Malaysia

Kiran,

If let's say the original XML input msg is...

<Data>
<A>abc</A>
<B>def</B>
</Data>

And my MRM-XML format is...

<Data>
<A>abc</A>
</Data>

(no B tag)

So do I need to remove the B tag before going thru the RCD node... Or will the RCD node automatically remove the B tag?

Thus output will automatically become...

<Data>
<A>abc</A>
</Data>

?
_________________
lung
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Eliminating a few input feilds in the ouput CWF message
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.