Author |
Message
|
RocknRambo |
Posted: Thu Feb 07, 2013 7:32 am Post subject: Msg Set | MB v7 |
|
|
Partisan
Joined: 24 Sep 2003 Posts: 355
|
I'm trying to get more into Message Set and Msg Definition, can anyone throw some light here ?
I would like to create a Shared Msg Set with msg defn which can reused in other msg sets, some thing similar to sub flows. Does the tool allow to create that way ? cross reference a msg set and import/include a msg defn from other msg set ?
for ex: custom SOAP fault msg.
Thanks
--
RR |
|
Back to top |
|
 |
lancelotlinc |
Posted: Thu Feb 07, 2013 7:39 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
1. Write your WSDL.
2. Import your WSDL into a MessageSet.
3. Use full words, we don't use cell phones here.
4. Read the InfoCentre.
5. Take the training class.
6. Use Trace nodes.
7. Do not use the interactive debugger. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
kimbert |
Posted: Thu Feb 07, 2013 7:42 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Quote: |
I'm trying to get more into Message Set and Msg Definition, can anyone throw some light here ? |
Well, I got into it ten years ago, and never escaped. Not sure whether that helps...
Quote: |
I would like to create a Shared Msg Set with msg defn which can reused in other msg sets, some thing similar to sub flows. Does the tool allow to create that way ? |
No - message sets are standalone models. This is often a good thing, although it can be annoying sometimes.
The best answer is: move to v8, where message sets are not used, and schemas are deployed directly to the application. Then you could get into DFDL instead of message sets - fun for all the family! |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Feb 07, 2013 7:47 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
v8 can store message definitions, whether as DFDL schemas or XML schemas (yes, kimbert...) in libraries that can be referenced from other libraries.
XML schemas can reference other XML Schemas.
DFDL schemas can reference other DFDL schemas. |
|
Back to top |
|
 |
kimbert |
Posted: Thu Feb 07, 2013 7:53 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
OK, I'd hate to disappoint mqjeff, so here goes...
Quote: |
whether as DFDL schemas or XML schemas |
A DFDL xsd is just a normal xsd that happens to contain some XSD annotations. You can use it anywhere that you would use an xsd, because it *is* an xsd. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Feb 07, 2013 7:58 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
kimbert wrote: |
OK, I'd hate to disappoint mqjeff, so here goes...
Quote: |
whether as DFDL schemas or XML schemas |
A DFDL xsd is just a normal xsd that happens to contain some XSD annotations. You can use it anywhere that you would use an xsd, because it *is* an xsd. |
I was unclear.
I was attempting to acknowledge this fact and thus *prevent* you from explaining it.
oh well. |
|
Back to top |
|
 |
RocknRambo |
Posted: Thu Feb 07, 2013 8:01 am Post subject: |
|
|
Partisan
Joined: 24 Sep 2003 Posts: 355
|
Thanks Kimbert and mqjeff, this helps. I shall doing the search for migration strategies for v8, has IBM come up with any redpapers or redbooks on the migration v8 ?
(* And thanks to lancelotlinc for the great pointing to 'Use Trace nodes')
--
RR |
|
Back to top |
|
 |
kimbert |
Posted: Thu Feb 07, 2013 9:24 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Quote: |
I was attempting to acknowledge this fact and thus *prevent* you from explaining it. |
I realised that you were doing that, and was attempting to come across as an annoyingly pedantic person.
I love it when a plan comes together  |
|
Back to top |
|
 |
|