Hi,
What is the message type name of receiver(jdbc) for request and response?
Make sure you have appended response for jdbc response message type.
eg:
If jdbc request message type is mt_receiver then the response message type for jdbc is mt_receiver_response.
Regards
Pavan
Agreed with Pavan!!!
I faced the same issue and used message type names like below and it sorted issue -
mt_receiver for request and mt_receiver_response for jdbc response MT.
BR,
Rashmi
Add comment