How does Validate Input/ Validate output works in invoke service?
I tried calling getFile service in try block and made the Validate input property of the getFile invoke step as true. the input of the service is filename. In the catch block I placed getLastError
When I run the service without passing the filename input, it is not returning any error.
Why is this happening?
Did I implement it wrong way? what is the correct implementation of validate input/output at invoke step level?