Posted: Thu Jul 28, 2005 6:31 am Post subject: xml validation
Apprentice
Joined: 23 Apr 2005 Posts: 42
Hi all
i am having a problem with validating the content of an xml message. here i am giving my problem definition.
i have created a message set for my xml input message by importing an xml schema file.in it for example one of the tag is set the type as boolean
for e.g xml element is <flag> xsd:type boolean. so according to me this tag should contain either true or false. if any other value comes the flow should fail.
i have set the properties in my input node as
domain MRM
wire format XML1
given message set name
and in validation i have set
content and validation,
failure action : exception
timing: immediate.
now when i pass a input message with say
<flag>abc<flag>
it should fail.
but it is not failing.so can u give me some idea about where i am doing wrong.my aim is to validate the content of the xml message.
thank you
vasanthi
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