nerdexam
Oracle

1Z0-897 · Question #78

A developer is tasked with analyzing a new Web services project and must decide to use either SOAP or REST. Based on requirements, the developer determines the service must be stateful and have a…

The correct answer is B. SOAP services are self-documenting via the WSDL. E. RESTful services are stateless by definition. See the full explanation below for the reasoning.

Question

A developer is tasked with analyzing a new Web services project and must decide to use either SOAP or REST. Based on requirements, the developer determines the service must be stateful and have a documented interface and data types that clients can discover dynamically. Which two statements are true? (Choose two.)

Options

  • AThe SOAP approach consists of resources identified by unique URIs.
  • BSOAP services are self-documenting via the WSDL.
  • CEither SOAP or REST are suitable for the Web service.
  • DREST fully documents data types via the functional interface GET and POST.
  • ERESTful services are stateless by definition.

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    80% (24)
  • C
    3% (1)
  • D
    13% (4)

Community Discussion

No community discussion yet for this question.

Full 1Z0-897 Practice