Author |
Message
|
sudhanshus |
Posted: Tue Apr 28, 2015 12:33 am Post subject: XML Schema for .msgflow file |
|
|
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 |
|
 |
mqjeff |
Posted: Tue Apr 28, 2015 5:04 am Post subject: Re: XML Schema for .msgflow file |
|
|
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 |
|
 |
smdavies99 |
Posted: Tue Apr 28, 2015 6:58 am Post subject: Re: XML Schema for .msgflow file |
|
|
 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 |
|
 |
sudhanshus |
Posted: Tue Apr 28, 2015 7:15 am Post subject: Re: XML Schema for .msgflow file |
|
|
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 |
|
 |
sudhanshus |
Posted: Tue Apr 28, 2015 7:17 am Post subject: Re: XML Schema for .msgflow file |
|
|
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 |
|
 |
smdavies99 |
Posted: Tue Apr 28, 2015 8:00 am Post subject: |
|
|
 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 |
|
 |
mqjeff |
Posted: Tue Apr 28, 2015 8:03 am Post subject: Re: XML Schema for .msgflow file |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
sudhanshus wrote: |
Wanted to create some boilerplate code (.msgflow file) |
Use a Pattern. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Apr 28, 2015 10:20 am Post subject: Re: XML Schema for .msgflow file |
|
|
 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 |
|
 |
iibmate |
Posted: Tue Apr 28, 2015 5:23 pm Post subject: Re: XML Schema for .msgflow file |
|
|
 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 |
|
 |
sudhanshus |
Posted: Tue Apr 28, 2015 10:24 pm Post subject: Re: XML Schema for .msgflow file |
|
|
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 |
|
 |
mqjeff |
Posted: Wed Apr 29, 2015 4:31 am Post subject: Re: XML Schema for .msgflow file |
|
|
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 |
|
 |
Vitor |
Posted: Wed Apr 29, 2015 4:41 am Post subject: Re: XML Schema for .msgflow file |
|
|
 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 |
|
 |
smdavies99 |
Posted: Wed Apr 29, 2015 6:25 am Post subject: Re: XML Schema for .msgflow file |
|
|
 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 |
|
 |
sudhanshus |
Posted: Thu Apr 30, 2015 1:57 am Post subject: |
|
|
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 |
|
 |
|