// not work.) Make sure we are consistent with the validation rules.
}
}
private void configureResponse(Transformation tx, WebServiceCall wsCall) {
WebServiceStructure response = wsCall.getOutputStructure();
tx.setInputStructure(response);
tx.setName(wsCall.getName() + " - Response");
// TODO: Check if the second Transformation has been set, and use its input
// structure as output structure (if possible - DB structures, for example, would
// not work.) Make sure we are consistent with the validation rules.