We have successfully sent the query and received the response but now we need to grab that and move it to a different thread than the calling thread as our EMR doesn’t have bidirectional interfaces.
We are using CL v19.1 for this. And we do not have web services so we are using curl and http-client protocol.
We tried tried to use Route Replies but it won’t let us send to a different thread than the calling thread. So we sent it to the calling thread and tried to reroute it from there which appears to make it there and saves to the outbound messages smat from there but never shows up in the new OB thread?
Any advice and help on this would be greatly appreciated.