Multiple choice technology programming languages

A BPEL Process can be invoked by

  1. Another BPEL Process

  2. A java client

  3. A non-java client

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

BPEL (Business Process Execution Language) processes expose web service interfaces, making them invocable by any client that can make SOAP or REST calls. This includes other BPEL processes, Java clients, and non-Java clients (.NET, Python, etc.) through standard web service protocols.