Get_response

In reply to SHRI12326:

To send response back to sequence you need to use this in driver,

//To match sequence_id of running sequence
rsp.set_id_info(req);

//Then return the response through seq_item_port 
//to the sequence
seq_item_port.put_response(rsp);