Friday, 29 April 2016

Integrating File and SOA Service using Oracle Managed File Transfer 12C

1.       Login to the mfl console using below url:


2.       In mfl console you can see three components in top side right corner.






1.       Click on design tab-> left side navigator as you can see source, targets and transfer. Click on source - > enter file location in content folder path.


In advance properties select Trigger file strategy as below and  mention which file name and rest of options keep same .

In Operation tab select  action type as per your requirement.



Source creation completed. Next we have to configure target, before creating target , we should configure soa service.

1.       Create SOA project  with empty bpel component-> next copy the mft wsdl from below location, once you configure mft ,it will create default wsdl’ s in below location

/home/oracle/OracleFMW/Middleware/Oracle_Home/mft/integration/wsdl

Copy the MFTAnyTypeService.wsdl  in your project.
 



1.       Create bpel process using above wsdl file. In my case reading data from mft and inserting into db.


Inserting records into the DB. Here am using assign activity for mapping purpose.




Next deploy the composite into the server.
1.       Next go to the mft console create target as below:



In url place don’t pass entire wsdl-> pass only upto endpoint-> create

Select message type as XML  in Advance properties.

8. Next create transfer between source and target. Target we can create multiple, here I created file and soa service.


In Target service delivery preference properties select delivery method as Inline and Reference File.
Next save the changes and deploy. Click on the   Monitoring, here you can see the transfer instance for your project.



This is the file am sending from folder location.

Now you can see the instance in soa server as well. Go to the em console and check the instance of service.




Here is flow of the instance:


Thank  you Guys.

3 comments:


  1. Thanks for the nice blog here.I was searching this one for a long time.This blog is very helpful for my studies..I got another one site also,which is same as yours Oracle OSB.Check this one also Oracle Fusion HCM Sure it will be helpful for you too..Once more iam thanking you for your creative blog.

    ReplyDelete
  2. Thanks for sharing this blog. The content is beneficial and useful. Very informative post. Visit here to learn more about Data Mining companies and Data analytics Companies.

    ReplyDelete
  3. It's really a great and helpful piece of info. I'm glad that you just shared this useful information with us. Please keep us up to date like this. Thank you for sharing.Here is the right place to Submit Guest Post Big Data.

    ReplyDelete

Oracle Opatch utility 12c

 Hi Blog Viewers, This post will describes the how to apply single or multiple patches at a time. Prerequisites : Set the Oracle Home and Op...