Hi Experts,
I have a XSD File and i want to create a XML Template Document out of it and pass values in specific tags and create a final XML Document out of it.
How to achieve it within ABAP?
Thanks
Sahil
Hi Sahil,
you can create the WSDL from the XSD and then can use in ABAP. Please refer the below blog
https://blogs.sap.com/2015/05/26/xml-schema-xsd-validation-in-abap-with-limitations/
regards,
Harish
Worked Out Perfectly