Question 8
Given the requirements:
To integrate with an external web service using HTTP requests.
To create a service for this purpose with the Service framework using the LocalServiceRegistry class
To test the service before the external service provider makes the API available.
Which solution allows the developer to satisfy the requirements?
Create a service and a Sitepreference that induce the service to respond with a mock response using a conditional.
Create a service and implement the mockFull callback and set the service mode to mock.
Create a service and implement the mockFull callback and a sitepreference to enable or disable the mock response.
Create two services, one mock and the real one, and a Sitepreference that enable the mock or the real one.
Correct answer: C