Author |
Message
|
maxis |
Posted: Wed Jun 14, 2006 3:10 am Post subject: message validation |
|
|
Centurion
Joined: 25 Jun 2002 Posts: 144
|
Kind of juggling between following two ideas .. any suggestion, pros/cons would be welcomed
XML message validation can be done using either
1. MRM or
2 write your own java compute node and do a validation against the given schema
Now, the question.. which one of the above approach is better and why ? clearly, by using schema it gives lot more flexibility to change quickly and also gives better performance and etc.
cheers
M |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jun 14, 2006 3:30 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I wouldn't assume it gives better performance. I'd test both options and see. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
markhiscock |
Posted: Wed Jun 14, 2006 4:26 am Post subject: |
|
|
 Novice
Joined: 16 May 2005 Posts: 22 Location: IBM Hursley, UK
|
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jun 14, 2006 3:07 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Is this the same as the validation node in V6 ? _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jun 14, 2006 4:01 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
netflexity |
Posted: Thu Jun 15, 2006 6:21 am Post subject: Message Broker 6.0 and IA9A Support Pac issues |
|
|
Newbie
Joined: 15 Jun 2006 Posts: 2 Location: PA
|
Please note that you will have to update node plugin to v6, by creating a new Node Plugin Project and changing some plugin settings. If you would like a ready plugin for Message Broker 6.0 please email me. _________________ -Max
www.netflexity.com
Qflex - Free MQ Monitoring Solution |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jun 15, 2006 7:28 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
netflexity |
Posted: Thu Jun 15, 2006 8:57 am Post subject: |
|
|
Newbie
Joined: 15 Jun 2006 Posts: 2 Location: PA
|
jefflowrey, if you are referring to XML Transformation node in v6, it performs no validation against XML Schema, it just transforms a message based on a stylesheet. XSLT does no validation, just transformation. _________________ -Max
www.netflexity.com
Qflex - Free MQ Monitoring Solution |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jun 15, 2006 12:51 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Are you saying that I can't write an XSLT that will copy a message unchanged (a null transformation), and ask that the output message be validated?
Are you saying that there are absolutely no facilities in the XSLT language at all to validate against an XML Schema? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|