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 » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Is Order of UPES XML Tags Important?

Post new topic  Reply to topic
 Is Order of UPES XML Tags Important? « View previous topic :: View next topic » 
Author Message
IowaWorkflow
PostPosted: Wed Mar 24, 2004 6:17 am    Post subject: Is Order of UPES XML Tags Important? Reply with quote

Newbie

Joined: 12 Feb 2004
Posts: 8

We are testing a scenario where an activity makes a call to our UPES to run a java plugin. The plugin contains logic to look at the incoming XML, and if certain tags that are needed in the output XML are not in the input, the plugin will add the missing tags to the output XML. For example, suppose the incoming plugin XML looks like this:

<PROCESS_NAME>Contract 12345</PROCESS_NAME>
<PROCESS_TEMPLATE>DELIVERY</TOP_LEVEL_PROCESS_TEMPLATE>
<CLIENT_NUMBER>22222</CLIENT_NUMBER>

The plugin determines that it needs to add a client name tag to the output XML. Does Workflow care if the order of the tags are changed when they are fed back to Workflow out of the plugin, so they look like this:

<CLIENT_NUMBER>22222</CLIENT_NUMBER>
<CLIENT_NAME>John Doe</CLIENT_NAME>
<PROCESS_NAME>Contract 12345</PROCESS_NAME>
<PROCESS_TEMPLATE>DELIVERY</TOP_LEVEL_PROCESS_TEMPLATE>

We are wanting to know if we need to add intelligence to the plugin so that is builds output XML tags in a specific order (such as building the output tags in the same order as they reside in the Workflow input/output data containers).

Thanks
Back to top
View user's profile Send private message
jmac
PostPosted: Wed Mar 24, 2004 8:10 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Jun 2001
Posts: 3081
Location: EmeriCon, LLC

It is my opinion that the order is not important... at least to MQWF.
_________________
John McDonald
RETIRED
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » Is Order of UPES XML Tags Important?
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.