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

End to End Securing Data in Oracle Integration Cloud (OIC) with OCI Vault: AES for Encryption & Decryption & RSA for Signing and verification | Implement message-level encryption in Oracle Integration using OCI Vault

Scenario: A company is integrating Oracle Integration Cloud (OIC) with an external financial system to exchange sensitive payroll data secur...