A developer is invoking WL.Client.invokeProcedure(invocationData, options), using the options
object and callback functions that are shown below.
Which two statements describe the outcome of this scenario? (Choose two.)
A.
The invocationContext will be returned to the success and failure handlers.
B.
The function failure will be invoked on client-side errors, however, not invoked on server-side
errors.
C.
The data returned by the invoked procedure is saved on response.invocationResult in the case
of a successful call.
D.
The data returned by the invoked procedure is saved on response.invocationContext in the
case of a successful call.
E.
The data returned by the invoked procedure is saved on response.invocationResult in the case
of an unsuccessful call.
Explanation: