XML Schema Validation

  • Updated

Sample XML

<Request>
...
  <RuleEngineServiceOptions>
    <Overrides>
      <Override>
        <OverrideType>XmlSchemaValidation</OverrideType>
        <Name>endpoint name</Name>
        <EnableXsdValidation>true/false</EnableXsdValidation>
      </Override>
    </Overrides>
  ...
  </RuleEngineServiceOptions>
...
</Request>

Sample JSON

{
"RuleEngineServiceOptions":{
      "Overrides":[
{
   "OverrideType":"XmlSchemaValidation",
   "Name":"endpoint name",
   "EnableXsdValidation":"true/false"
}]
}
}

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.