Is there there any standard way to perform validation of XML document using XSD in ABAP? As far as I know, there is an approach that utilizes XI/PI capabilities, but these are not available in our system.
I think we might also use a workaround: make standalone Java RFC or a web service in any other language, that will take XML and XSD from SAP, perform validation and return result back to SAP; but this may be more complex and less reliable solution.
Have you met similar task and how did you solve it? Any suggestions, comments and even questions of clarification are highly appreciated!