Reputation: 236
Can I validate a web-service response with a database query?
Run webservice --> Get response --> Capture response
Run corresponding SQL Query
Compare response with SQL query result
Upvotes: 1
Views: 439
Reputation: 58088
Yes. Use Java interop. There are two examples in the demos. For example, this one.
Upvotes: 1