Creating private proxy service
In this recipe, we will create a proxy service which can be reused and which is only available for other proxy services within the same OSB configuration, therefore we call it private proxy service in this recipe. The setup of the recipe is shown in the following screenshot:
Getting ready
Make sure to have the latest state of the basic-osb-service
project from the first chapter available in Eclipse OEPE. We will use it for this recipe. If necessary, it can be imported from here: \chapter-1\solution\with-transformation-proxy-service-created
.
How to do it...
First, we will create a new proxy service which will provide the internal functionality that can be reused by other proxy services. In Eclipse OEPE, perform the following steps:
Create a new proxy service in the
proxy
folder and name itTracing
.On the General tab choose Any XML Service for the Service Type option.
On the Transport tab choose local from the protocol drop-down listbox.
Navigate to the Message Flow...