Chris
Chris

Reputation: 236

compare web-service response values and database query values?

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

Answers (1)

Peter Thomas
Peter Thomas

Reputation: 58088

Yes. Use Java interop. There are two examples in the demos. For example, this one.

Upvotes: 1

Related Questions