Hi All,
I want to create a Test Suite using JDeveloper for a SOA Project which consumes/dequeue's Input/Request from a JMS queue and post/enqueue's Response in Json format to another JMS Queue.
I are aware of using assertion for passing the request expected by the component and using emulation to emulate the response from the component.
My Question: My service is one way service which consumes Request from Request JMS Queue and Post the Response in Json format to Response JMS Queue. Here I want to validate the Response which is sent in Json message format to the JMS Response queue. Is there any way to do this?
Any help or pointers on this would be of great help.
Thanks!!