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

OIC - how can I use XSLT functions to remove leading zeros from numeric and alphanumeric fields?

To remove leading zeros from an numeric field in Oracle Integration Cloud (OIC) using XSLT, you can Use number() Function The number() funct...