Thursday, October 17, 2019

12c OSB - poll file from local directory using file transport

Here We will poll the file from local read directory using file transport.
Create OSB project and also create three folders in your local Directory (1. Read 2. Stage 3. Error).
 Select service bus project.
 Provide project name and click finish.
Right click on Proxy Services swim lane and select file transport.

 Click next and select messaging.
Select request text and response None, because file transport one way service.

Provide endpoint path.
 Service created.
 To resolve above proxy error, Double click proxy service and go to the transport details.
Give stage and error path here
 Save the project, now error is resolved after providing the stage and error path.
Copy the file in read path and test, after testing file will automatically poll.

No comments:

Post a Comment

Featured Post

Types of encryption techniques

There are several types of encryption techniques used to secure data, each with its own use case and strengths: 1. Symmetric Encryption Us...