Skip to Main Content

Visual Builder

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.

Sequential Execution of Chained Webservices in a Single Button Action

Jithu PGNov 21 2024

I need to execute 4 webservices sequentially using a single button action. Here's the flow:

  1. The first webservice (A) should be executed.
  2. After A completes, its result should be passed as a parameter to the second webservice (B).
  3. Similarly, B’s result should be passed to C, and C's result to D.

Essentially, each webservice depends on the previous one's result. Is there a way to ensure the second webservice waits for the first to complete, and so on, all within the same button action?

What approaches or best practices can I use to handle this dependency and sequential execution?

This post has been answered by Shay Shmeltzer-Oracle on Nov 21 2024
Jump to Answer

Comments

SiatGesi Feb 14 2025

THE FIRST problem howto wrap I have resolved…

SiatGesi Feb 14 2025

now I'm trying to move the unzipped files (pictures) from db to AS… my real problem… best regards

1 - 2

Post Details

Added on Nov 21 2024
1 comment
227 views