Requirement: Dynamic schema validation.
The request URL will contain the function name in query string.
http://DataPowerIP:Port/CD_HTML/AOL.jsp?function_id=YY_TD_ICT_CER_CREATE
DataPower will have multiple XSDs in its file management. Need an XSLT which can help t0 fetch the query string from the URL and extract the function idYY_TD_ICT_CER_CREATE
.
Next it will match function id name with the XSD file name YY_TD_ICT_CER_CREATE.xsd
and if match found will do the scema validation.