I have the validation working just fine. My question is, when you receive a validation error how come the element causing the issue is not provided. Below is a error I got for a invalid phone number, it does not mention the element name nor they type it is violating.
Message-Validation-1 failed with reason: \"Value doesnt match the regular expression mentioned in the type\"",
Is there some setup I am missing or is that as good as it gets. Right now the message has no value to anyone.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <MessageValidation name="Validation" enabled="true" continueOnError="false" async="false"> <DisplayName>Validation</DisplayName> <Properties/> <Source>request</Source> <ResourceURL>xsd://SubscriberInquiry.xsd</ResourceURL> </MessageValidation>