Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

  1. Rename the axis2.xml file in the <ESB_HOME>/

...

  1. repository/conf/

...

  1. axis2 directory to default_axis2.xml.
  2. Rename the axis2_nhttp.xml file in the <ESB_HOME>/repository/conf/axis2

...

  1.  directory to axis2.xml.
  2. Restart the ESB server.

...

Configuring WSO2 ESB to use the FIX transport

...