Hi Vyasavardhan,
That error message is indicative of not being able to get the schema. Are there any related log messages in the DataPower logs to indicate why the xsd can't be found? In v10 the actual xsd is stored in the yaml base-64 encoded which is different from v5 that generated a xsd from the yaml definition for every request. There was a defect in the v10 UI (not sure when that was fixed) that would generate the base-64 encoded property with the wrong encoding, utf-8LE as I recall, and at runtime the decode would fail as it was expecting utf-8. I'm not sure if that is what you're experiencing without seeing the yaml. What v10 version are you using? You may take the base-64 property value for your definition and run it through an online decoder to see if that is what the issue is. If so you should be able to decode it with utf-8LE and then re-encode with utf-8 and replace the property value in your yaml.
Best Regards,
Steve Linn
------------------------------
Steve Linn
Senior Consulting I/T Specialist
IBM
------------------------------