I have a request and response port and this port will follow the correlation.
I validate the schema in the orchestration and response back to the response port.
My problem is that, when we receive invalid schema, the response is correct but the subscription is missing so when the client sent the same correlation id but with valid schema, they will get no subscriber error. How can i enable back the subscription based on the correlation?
appreciate any help.
Thanks in advance