XML Validation policy

Dear Team,

I came across with a question that XML/SOAP could be validated through MessageValidation policy but there is no such policy called either XMLValidation or MessageValidation. What we have is SOAPMessageValidation policy.

Correct me if I am wrong.

Regards,

Shailendra Singh

Solved Solved
1 1 229
1 ACCEPTED SOLUTION

Hi @Shailendra Singh

You are correct. when you try and add policy you will find display name is SOAP Message Validation. Finally When you add that policy and inspect XML configuration for that policy parent most tag is defined as <MessageValidation> and this is used for validation of SOAP messages against a WSDL, or for validation of XML messages against an .XSD (XML Schema).

So the UI is somewhat misleading.

Regards

Jayesh

View solution in original post

1 REPLY 1

Hi @Shailendra Singh

You are correct. when you try and add policy you will find display name is SOAP Message Validation. Finally When you add that policy and inspect XML configuration for that policy parent most tag is defined as <MessageValidation> and this is used for validation of SOAP messages against a WSDL, or for validation of XML messages against an .XSD (XML Schema).

So the UI is somewhat misleading.

Regards

Jayesh