Ask Your Question
2

How does WSO2 invoke several APIs within a Proxy Service?

asked 2021-10-31 11:00:00 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-10-14 13:00:00 +0000

lakamha gravatar image

WSO2 allows users to invoke several APIs within a Proxy Service through the use of sequential mediation. Users can configure the Proxy Service to execute a sequence of mediation steps, where each step corresponds to an API invocation.

The sequence of steps can be defined using the WSO2 Enterprise Integrator (EI) Integration Studio or by editing the Proxy Service configuration directly in the WSO2 EI Management Console. Each step can contain a set of mediation logic, such as message routing, message transformation, or custom mediation logic.

During the execution of the Proxy Service, the mediation engine invokes each step sequentially, passing the message along the sequence of steps until it reaches the end of the sequence. Each step corresponds to an API invocation, allowing users to invoke multiple APIs consecutively within the Proxy Service.

Overall, WSO2 enables users to easily implement complex integration scenarios by allowing them to define a sequence of mediation steps within a Proxy Service, each of which can correspond to an API invocation.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-10-31 11:00:00 +0000

Seen: 9 times

Last updated: Oct 14 '22