Thursday, January 2, 2020

12c SOA - Oracle Mediator part9 - Write a XML file using file adapter


Here i will show how to write a XML file to a local directory.

First create a Schema.
 Open a composite project and select mediator and used the schema.

 Drag and drop the File adapter
 setup the configurations.



 Here I mentioned .txt, you can also make it .xml and other extension needed.
 choose same schema or can use different schema



 Open the mediator and do the transformation





Deploy and Test.


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...