Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

XML validation against Schema

Former Member
0 Likes
435

Hi,

We have SAP WebAS 6.20. Can someone help me understand how I can validate XML document against schema in ABAP.

Thanks,

Suman

3 REPLIES 3
Read only

Former Member
0 Likes
404

hi

u can check the below links

Regards,

Naveen

Read only

Former Member
0 Likes
404

Navin,

All these blogs and links refer either to build XML document from ABAP, or generating schema from the DDIC(table or IDOC).

In my case I already have the schema(xsd) built by third party, I am extracting the data from SAP and building the XML document, but before I transfer the data to the external entity, I have to validate the XML document. What are the tools/resources available in WebAS 6.20 in order to validate the XML document.

Thanks,

Suman

Read only

Former Member
0 Likes
404

Created a java xml validation application and called java executable in a shell script and ran through ABAP external command