...
Configuring WSO2 ESB to use the NHTTP transport
WSO2 ESB uses the HTTP PassThrough Transport (PTT) as the default HTTP transport. Therefore, the default axis2.xml
file in <ESB_HOME>/repository/conf/axis2
is PassThrough Transport enabled.
To run some of the ESB samples that use the NHTTP transport, you need to enable configure the ESB to use the NHTTP transport as the default transport.
To enable the NHTTP transport
...
- Rename the
axis2.xml
file in the<ESB_HOME>/
...
repository/conf/
...
axis2
directory todefault_axis2.xml
.- Rename the
axis2_nhttp.xml
file in the<ESB_HOME>/repository/conf/axis2
...
- directory to
axis2.xml
. - Restart the ESB server.
...
Configuring WSO2 ESB to use the FIX transport
...