Anil
Anil

Reputation: 27

How to create a mock test for OSB proxy service

I have created a proxy service based on wsdl, which is not exposed, so can we create a simulator to test the proxy service.

Please help me the steps to create simulator using SBConsole, and i have developed the OSB service in 11gR1.

Upvotes: 0

Views: 984

Answers (1)

Niubi
Niubi

Reputation: 108

I do not understand the question a little, what do you mean by create simulator?

I can suppose that you want:

  1. Send request to your created proxy? You can use for example SoapUI to achieve it. Import your soap project and then call request. Here you got sample.
  2. Send request to created proxy, and then send it from osb to mock (your external service simulator)? To that purpose you also can generate mock from SoapUI. Sample to create mock is available here.

Upvotes: 1

Related Questions