Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Creating a "micro batch" flow in OSB 10gR3

751239Feb 3 2010 — edited Feb 5 2010
Sorry for my noobishness - not sure if this is the right forum for this question.

I have a process where I pick up a file to parse that has thousands of item and then call a partner's service that takes the items and stores them. However, the partner's service only allows me to send small batches of items - "micro batches" - at at time. So what I want to do is pick up the file and do an MFL transform to xml (via a MFL proxy), then loop over the items and create the micro batch (bunch up 100 then transform that into the xml required by the partner service) and send it, loop over the next 100, send it, etc. I'm looking for advice on an appropriate message flow to handle this. Any ideas are greatly appreciated.

Thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 5 2010
Added on Feb 3 2010
5 comments
1,414 views