ComponentSpace.SAML2.Exceptions.SAMLSchemaValidationException: One or more configuration XML schema validation errors occurred.

Hi ,

I am sending the below request from the SAML.
IDictionary attributes = new Dictionary();
string EmployeeID = "Z333";
attributes.Add("GroupID", "UTEST");
attributes.Add("SSN", "101-10-1000");
attributes.Add("EmployeeID", EmployeeID);
try
{
string relayState = "http://merchantclientsample.paylogix.com/PaymentReturn.aspx";
SAMLIdentityProvider.InitiateSSO( context.Response, EmployeeID, attributes, relayState, "PaylogixMerchant");
} catch (ComponentSpace.SAML2.Exceptions.SAMLCertificateException ex)
{ String str = ex.ToString(); }
catch (Exception ex) { String str = ex.ToString();
}

I am getting error "One or more configuration XML schema validation errors occurred."
Please help me to identify the error so that we can resolve the issue.




This error indicates there’s a problem with your saml.config file.
There’s a ValidateConfig project under the Examples\Utility folder.
If you run this it will provide more specific information about the configuration errors.
For example, from the command line:
ValidateConfig.exe saml.config
If your still not sure, you’re welcome to email your saml.config file to our support account and we can take a look.