Hello,
I'm struggling with separating requests between two backends and couldn't find any solution.
I have a KrakenD endpoint that receives SOAP messages. I need to call different backend services depending on the message content. For example, if the message body contains <operation namespace="security">
, the Security service needs to be called. Otherwise, it should call the Product service. Could you please help me to figure out if this functionality can be implemented at all and if so, what should be the approach?