Search code examples
wso2apache-synapsewso2-esb

WSO2 enable transport from Carbon Application


To use some transports in WSO2 esb you have to edit the ESB_HOME/conf/axis2.xml

Like in this tutorial you have to uncomment the email transport.

Is there a way to configure a transport in Carbon application developed in WSO2 Developer Studio, without editting the axis2.xml?


Solution

  • When a request comes to ESB it first hits to axis2 level. Then the transport is selected from axis2 and then request goes to synapse level.So any way we need to edit the axis2.xml to enable any transport for that request.