I\'m working on WSO2 ESB 4.8.1 By observing
ESB HOME/repository/logs/wso2carbon.log
i need to know the connection between one request and
1) In the request sequence you can get message id as
<property name="msgID" expression="get-property('MessageID')"/>
2) In the response sequence we set the correlation id using:
<property name="CORRELATION_ID" expression="get-property('msgID')" scope="axis2" />
Refer : https://docs.wso2.com/display/IntegrationPatterns/Correlation+Identifier