Checks for the special case where a Hosted Web Service operation forwards its implementation to another operation.
A hosted web service operation is considered to forward its implementation if and only if:
- It has no functions defined;
- It has at least one sibling operation;
- The sibling operations are of type
Transformation
or WebServiceCall
; - The first transformation of the sibling operations take the hosted web service request as input;
- The last transformation of the first sibling operation produces the hosted web service response as output.
@author Torgil Zethson
@since 1.3.3