Versions Compared

Key

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

...

To use this transport, configure an endpoint with the local:// prefix. For example, to make an in-VM call to the HelloService, use local://HelloService. Note that the local transport cannot be used to send REST API calls, which require the HTTP/S transports. 

Configuring the Local Transport

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.

...