Posted: Wed Feb 10, 2010 11:48 pm Post subject: Replacing Validate Node with a Compute Node
Novice
Joined: 04 Feb 2010 Posts: 23
Hi,
I have to validate an XML that contains a namespace with a message set.
The XML looks like below. The Envelope does not contain namespace but the Test contains namespace and the message set name is TestMessageSet.
As of now I'm doing that in a lengthy way
-- Extract Test into a different XMLNSC message
-- Then i RCD to MRM
-- Then use Validate to validate the message
Is it possible to merge all these steps in one compute node by using ASBITSTREAM?
As of now I'm doing that in a lengthy way
-- Extract Test into a different XMLNSC message
-- Then i RCD to MRM
-- Then use Validate to validate the message
The natural solution is:
a) create an XML schema (xsd) which describes your entire message.
b) create a message definition file from the xsd
c) use XMLNSC ( if on v6.1 or later ) or MRM XML ( if you must ) to validate the message.
If you don't know how to do a), then you should go through an online XML Schema tutorial. W3Schools has a good one.
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