File adapter to read the Zip file and send it as input to another Web service

Hello

I have the below:

1. a service will generate 3 attachments and place it in a particular directory.

2 SOA service must take these 3 files and send these files as input for another custom application that will send by e-mail.

Design:

1. first SOA will create a file from archive of these 3 attachments and then file adapter queries for this zip file in this location and send this file as a whole to the custom application.

Query:

Now my question is above feasible version? If so, how to configure the file adapter to pass the file as input for this custom application?

Kindly do the needful

Thank you

Priya

You can do this using java embedding activity... Create a java coating, which will create a zip file... This java code is easy to implement...

You can also do away with unnecessary vote... file adapter and you can use the "Synchronous file read" operation of the file adapter... Read Sync, you will need to pass the name of the zip file, you can easily extract activity integration of java...

Let me know, if it does not work.

Tags: Fusion Middleware

Similar Questions

Maybe you are looking for