good day everyone,

I currently have this project where I call the parameter in this method with an XSD and it should save the data in a Stored Procedure. I have made several attempts. When entering the XSD, it only returns the XSD but does not return the output parameter.

Here is the code:

Code:
  internal static string ValidateCreateRequestDeductibleXml(string data)
        {
...