I have used Operation mapping for a synchronous call {(ABC_Req_MT) to (XYZ_Req_MT) and (XYZ_Res_MT) to (ABC_Res_MT)} in Integration Suite but the outcome for my call is the Response source structure (XYZ_Res_MT) but the expectation is to have the Response target structure(ABC_Res_MT) as the final output. For getting the Response target structure, do I need to add a separate mapping, if so, what is the purpose of Operation mapping, rather I could use 2 mapping one for request and other for response separately and get the output. Please help.