Returns the response associated with the last call to send.
@ExternalServiceRequest2::getResponse()
None
(script object) @ExternalServiceResponse (container for response content)
The following example illustrates the getResponse method:
@serviceRequest::send()
UNTIL($serviceRequest.completed, $timeout)
@external_response = @serviceRequest::getResponse()
@script::log($external_response.pingresult)