I have to send a doc to partner’s URL from Trading Networks after receiving it from the IS, it is the asynchronous response that i need to send to customer. How to configure this in TN? Thanks.
You need to implement your own asynchronous transmission protocol over UDP
But seriously, what you have described is async scenario out of the box - so there is no synchronisation between request/response.
Rgds
Thanks.
User Datagram Protocol - UDP?
How to implement this? Any docs are there to follow?
In trading networks → processing rule → action → Deliver By (Immediate delivery - HTTPS) - can’t be used for this purpose?
Hi,
Scratch this UDP idea
What I wanted to say is that your solution is already asynchronous and you are fine sending response with http/https
Regards