connectorInputVariableScope.writeToRequest(request);
}
try {
// execute the request and obtain a response:
ConnectorResponse response = request.execute();
// TODO: make this non-optional?
if(ioMapping != null) {
// read parameters from response
connectorOuputVariableScope.readFromResponse(response);