thanks for advice. I checked the input message and found that it contained a wrongly spelled namespace. What I was hoping for, is that the broker would generate an excpetion telling me wha ...
I have tried acessing the attributes with namespace with the following code:
DECLARE ns01 NAMESPACE 'http://www.klm.com/schema/services/rcs/ViewPNR';
SET OutputRoot.MRM.Code1 = InputRoot.MRM.ns01:P ...
On a V5 broker (z/OS) I did was the following :
- created a messageset set from a XML schema
- use MRM as runtime parser
- message set has namespace support
...