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 » XML Schema for .msgflow file

Post new topic  Reply to topic
 XML Schema for .msgflow file « View previous topic :: View next topic » 
Author Message
sudhanshus
PostPosted: Tue Apr 28, 2015 12:33 am    Post subject: XML Schema for .msgflow file Reply with quote

Novice

Joined: 28 Oct 2013
Posts: 19

When we open the .msgflow file in a text editor, we can clearly see that it's a xml file.

Would anyone tell me where can I find the schema for the above mentioned xml file.

Thanks in advance.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Tue Apr 28, 2015 5:04 am    Post subject: Re: XML Schema for .msgflow file Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

sudhanshus wrote:
Would anyone tell me where can I find the schema for the above mentioned xml file.


Nowhere.
Back to top
View user's profile Send private message
smdavies99
PostPosted: Tue Apr 28, 2015 6:58 am    Post subject: Re: XML Schema for .msgflow file Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

sudhanshus wrote:
When we open the .msgflow file in a text editor, we can clearly see that it's a xml file.



Care to explian why you want this?
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
sudhanshus
PostPosted: Tue Apr 28, 2015 7:15 am    Post subject: Re: XML Schema for .msgflow file Reply with quote

Novice

Joined: 28 Oct 2013
Posts: 19

mqjeff wrote:
sudhanshus wrote:
Would anyone tell me where can I find the schema for the above mentioned xml file.


Nowhere.


uhh ho...

Thanks.
Back to top
View user's profile Send private message
sudhanshus
PostPosted: Tue Apr 28, 2015 7:17 am    Post subject: Re: XML Schema for .msgflow file Reply with quote

Novice

Joined: 28 Oct 2013
Posts: 19

smdavies99 wrote:
sudhanshus wrote:
When we open the .msgflow file in a text editor, we can clearly see that it's a xml file.



Care to explian why you want this?


Wanted to create some boilerplate code (.msgflow file) and for that I need schema for the xml file.
Back to top
View user's profile Send private message
smdavies99
PostPosted: Tue Apr 28, 2015 8:00 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

Why? The .msgflow file is a desriptor for the flow structure.
My guess is that you want to automagically create a flow with some predefined structure?

If you do, it won't be supported by IBM if you get a problem.

Personally, I'd rather be on the deck of a clipper ship trying to do a No 1's facing into the wind.
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Tue Apr 28, 2015 8:03 am    Post subject: Re: XML Schema for .msgflow file Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

sudhanshus wrote:
Wanted to create some boilerplate code (.msgflow file)


Use a Pattern.
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue Apr 28, 2015 10:20 am    Post subject: Re: XML Schema for .msgflow file Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

mqjeff wrote:
sudhanshus wrote:
Wanted to create some boilerplate code (.msgflow file)


Use a Pattern.




The schema used to generate a flow may change between versions without notice. A Pattern will have a migration path.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
iibmate
PostPosted: Tue Apr 28, 2015 5:23 pm    Post subject: Re: XML Schema for .msgflow file Reply with quote

Apprentice

Joined: 17 Mar 2015
Posts: 38
Location: Perth, WA

Vitor wrote:


The schema used to generate a flow may change between versions without notice. A Pattern will have a migration path.


And specific to business requirement.
Back to top
View user's profile Send private message
sudhanshus
PostPosted: Tue Apr 28, 2015 10:24 pm    Post subject: Re: XML Schema for .msgflow file Reply with quote

Novice

Joined: 28 Oct 2013
Posts: 19

Vitor wrote:
mqjeff wrote:
sudhanshus wrote:
Wanted to create some boilerplate code (.msgflow file)


Use a Pattern.




The schema used to generate a flow may change between versions without notice. A Pattern will have a migration path.


Thanks for the input.
I am not worried about the schema getting changed between versions. For I know that for a particular version, schema won't change.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Wed Apr 29, 2015 4:31 am    Post subject: Re: XML Schema for .msgflow file Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

sudhanshus wrote:
Vitor wrote:
mqjeff wrote:
sudhanshus wrote:
Wanted to create some boilerplate code (.msgflow file)


Use a Pattern.




The schema used to generate a flow may change between versions without notice. A Pattern will have a migration path.


Thanks for the input.
I am not worried about the schema getting changed between versions. For I know that for a particular version, schema won't change.


Use a Pattern.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Apr 29, 2015 4:41 am    Post subject: Re: XML Schema for .msgflow file Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

sudhanshus wrote:
For I know that for a particular version, schema won't change.


Psychic? Work for IBM? Don't plan to apply any fix packs?

Changing tack slightly, please explain the benefit of using some unsupported roll-your-own xml to add boilerplate code rather than using the supported Pattern technique and all of the authoring tools built into the Toolkit to create said patterns. What's the use case here?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
smdavies99
PostPosted: Wed Apr 29, 2015 6:25 am    Post subject: Re: XML Schema for .msgflow file Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

Vitor wrote:
What's the use case here?


See the bit in my sig about round things. Explains it all.
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
sudhanshus
PostPosted: Thu Apr 30, 2015 1:57 am    Post subject: Reply with quote

Novice

Joined: 28 Oct 2013
Posts: 19

Seems like you guys are right.
I will look into pattern that you guys have suggested.

Thanks a lot for your input.
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 » XML Schema for .msgflow file
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.