Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Creating Test Suite for SOA Project in Jdeveloper

4184099Sep 23 2020 — edited Sep 24 2020

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!!

Comments
Post Details
Added on Sep 23 2020
6 comments
260 views