Versions Compared

Key

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

...

By default, WSO2 provides CarbonLocalTransportSender and CarbonLocalTransportReceiver, which are used for internal communication among Carbon components and are not suitable for service invocation. To enable the local transport for service invocation, follow these steps.

1. In the carbon.xml file at location <PRODUCT <BAM_HOME>/repository/conf/carbon.xml file, an endpoint is available as follows by default.

...

Code Block
languagehtml/xml
<ServerURL>https://${carbon.local.ip}:${carbon.management.port}${carbon.context}/services/</ServerURL>

2. In the axis2.xml file at location <PRODUCT <BAM_HOME>/repository/conf/axis2/axis2.xml file, there is a transport sender and receiver named 'local' specified as follows in two different places:

...