How can I inject a custom correlation header for WSO2 ESB?
I'm trying to do custom transaction correlation for WSO2 ESB. The exit point (producer) of WSO2 ESB is the send() method of Axis2FlexibleMEPClient class [1]. send() method is as below. public static void send( EndpointDefinition endpo...