oraclejdeveloperbpeloracle-soa

Help me create a test stub for ABCS requester


So here is an image of my ABCS. It is a requester ABCS which acts as an interface between a legacy system and EBS:

enter image description here

The steps are basically as follows:

  1. Legacy system makes a request (let's say a creation of a trouble ticket).

  2. We transform the ABM request to EBS request.

  3. We invoke the EBS.

  4. EBS sends response to ABCS.

  5. ABCS sends an acknowledgement response to EBS.

I need to create a simple stub that could be used to test this ABCS BPEL with soapUI. Can somebody give me a general idea about how it should look? I'm looking for some simple BPEL diagram example maybe with some description.


Solution

  • What do you want to do?

    If you want to test your implementation with a simulation of EBS, you could use the JDeveloper test tool.

    If you have to test your BPEL from SoapUi, you are looking for a solution to create a mock which is simulating your EBS ?

    Edit : The solution to build a mock :

    The first and the second solution are intrusive, you have to edit your SOA module to made your test. The better way is to build your mock into another composite and to use the deployement plan to have a test environnement with your mock.