Hi...
I've a scenario as follows:
This is a synchronous scenario. In the response mapping I'll get the "ManagerID" field.
If the field value is 000 then another Interface mapping is to be called.
Where can i include this condition in the configuration?
Present interface mappimg:
MM_Request: MT_SourceRequest to MT_TargetRequest.
MM_Response: MT_TargetResponse to MT_SourceResponse.
In the to-be created interface mapping,
MM_Request: MT_TargetRequest to MT_TargetResponse
MM_Response: MT_TargetResponse to MT_SourceResponse.
At present, no BPM is involved. Both source and target structures are wsdl files.
Thanks.