Skip to Content
DocsOperationsValidateXML

ValidateXML

ValidateXML operation validates an XML document. If it completes without an error, then the XML document is well-formed/valid. Otherwise it completes with an error (ie job status is completedWithError).

Parameters:

  • Type: well-formed checks that the document is well-formed XML; XSD check well-formedness and also validates againts an XSD schema.

  • Source specifies a file that contains the XML document to validate.

  • Schema specifies a file with an XSD schema to validate the XML document against. It is used only if Type is set to XSD.

Last updated on