I have used below approach to fetch the wsdl and xsd while creating the WSP (webservice proxy) . https://www.ibm.com/developerworks/websphere/library/techarticles/1308_dearmas3/1308_dearmas3.html I would like to know how I can use the same xsd for validate action in datapower to validate my request against it.
Thanks
Answer by CConnect (1060) | Nov 29, 2017 at 02:34 PM
In general the WSP should automatically perform validation unless you have disabled this feature. However if you do want to setup a validation action, you can simply use the WSRR bsrURI as reference. As an example in your validate action the location could be
"wsrr://yourWSRRserverOBJECT/bsruri/".
Refrences for bsrURI - https://www.ibm.com/developerworks/websphere/library/techarticles/1212_eggleston/1212_eggleston.html
How can I retrieve XSDs in WSRR from DataPower? 1 Answer
Is DataPower MPGW integration with WSRR for WSDL/SOAP implementation supported? 1 Answer
How to differentiate WSDLs in WSRR/DataPower integration 1 Answer
How to setup two instances of policies with single WSRR to serve two different Datapower domains 1 Answer