nerdexam
SOA

S90-02A · Question #75

WS-BPEL is an XML-based language that can be used to define business process logic that can be carried out via the composition of SOAP-based Web services. Select the correct answer.

The correct answer is A. True. WS-BPEL (Web Services Business Process Execution Language) is indeed an XML-based standard for defining executable business process logic through the orchestration of SOAP-based web services, making A (True) correct. It allows developers to describe how multiple web services…

Web Services and Contract-First Design

Question

WS-BPEL is an XML-based language that can be used to define business process logic that can be carried out via the composition of SOAP-based Web services. Select the correct answer.

Options

  • ATrue
  • BFalse

How the community answered

(38 responses)
  • A
    92% (35)
  • B
    8% (3)

Explanation

WS-BPEL (Web Services Business Process Execution Language) is indeed an XML-based standard for defining executable business process logic through the orchestration of SOAP-based web services, making A (True) correct. It allows developers to describe how multiple web services are coordinated - including sequencing, conditionals, loops, and fault handling - into a single cohesive workflow.

Option B is wrong because this is not a false statement; WS-BPEL's XML foundation and SOAP-based service composition are core, well-documented parts of the specification (standardized by OASIS in 2004).

Memory tip: Break down the acronym - Business Process Execution Language. The word execution tells you it's an active workflow engine, and since it's a Web Services standard from the SOAP/WSDL era, XML is the natural syntax. If you remember "WS = Web Services = SOAP + XML," the rest follows.

Topics

#WS-BPEL#business process#service composition#XML

Community Discussion

No community discussion yet for this question.

Full S90-02A Practice