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.)
A.
The SOAP approach consists of resources identified by unique URIs.
B.
SOAP services are self-documenting via the WSDL.
C.
Either SOAP or REST are suitable for the Web service.
D.
REST fully documents data types via the functional interface GET and POST.
E.
RESTful services are stateless by definition.
Explanation: