Is it possible to use a repository reference in the Schema URL reference for a Parse XML rule’s validation? If so, what is the syntax?
tried file://pegacloudrepository:/folder1/folder2/filename.xsd, but at run time it throws an error that - “could not find the document”
Can you please help?
@devap1 @sengm is this a question you could find an SME to answer?
@VenkateshG8536 I’m aware that users cannot use “file://pegacloudrepository:” in XSD file location as XML validation can not work. Pega does not support XML Parse XSD Validation for files stored in S3 Repository.
Enhancement FDBK-114515 was logged for that. Also another enhancement (FDBK-108323) exists to enhance the Parse Rule configuration options to report parse failures using page messages rather than runtime exceptions (as opposed to XSD validation failures) .
We are also requesting the documentation team to clarify the limitation in Enabling XML validation for a Parse XML rule
For a workaround, customer can change the location of the XSD file (different than on S3 repository)
XML Schema Validation_Workaround.docx (28.4 KB)