*
* @return the <code>Transformation</code> that handles the web service response.
* <code>null</code> is returned if the request activity is empty.
*/
public Transformation getResponse() {
PipelineActivity ws = getWebServiceCallActivity();
return getNextContent(ws, PipelineActivityType.TRANSFORMATION, Transformation.class);
}