Versions Compared

Key

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

The Call mediator is used to send messages out of the ESB to an endpoint

...

Info

The Call mediator is a content-unaware mediator.


...

Table of Contents
maxLevel3
minLevel3
locationtop
styleborder:1
typeflat
separatorpipe

...

Set up

Enabling mutual SSL in the blocking mode

When using the Call mediator in the the blocking mode mode (blocking=true), enable the mediator to handle mutual SSL by adding the following JVM settings to the <ESB_HOME>/bin/wso2server.sh file:

Code Block
-Djavax.net.ssl.keyStore="$CARBON_HOME/repository/resources/security/wso2carbon.jks" \
-Djavax.net.ssl.keyStorePassword="wso2carbon" \
-Djavax.net.ssl.keyPassword="wso2carbon" \

...

Syntax

Code Block
XML
XML
<call/>

If the message is to be sent to one or more endpoints, use the following syntax:

...