Forum Discussion

Scarabanza's avatar
Scarabanza
New Contributor
10 years ago

How do I validate a REST XML request using Groovy

I have a REST mock service with an OnRequest script that needs to apply XML validation to incoming requests. I found a post that explains how to do this for SOAP (viewtopic.php?t=2049), but I can't fi...