Versions Compared

Key

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

SOAP event publisher sends SOAP events in the XML format via HTTP, HTTPS and local transports.

...

Specify the Dynamic  Adapter Properties, when creating a SOAP event publisher using the management console as shown below.

SOAP event publisher

Info

After entering the above adapter properties, select the select the Message Format which  which you want to apply on the published events. Also, click Advanced to define custom output mappings based on the Message Format you selected. For more information on custom output mapping types, see Publishing Events in Various Event FormatsOutput Mapping Types.

You can also d efine the respective adapter properties of the event publisher based on the transport type within the  <to>  element of the event publisher configuration in the <PRODUCT_HOME>/repository/deployment/server/eventpublishers/ directory as follows.

...

Adapter Property
Description
Configuration file propertyExample

Url

Destination web service URL
url
http://localhost:9763/services/Axis2LogService/log
User NameUsername token which is required to send event to a HTTPS endpoint. 
username
soap-user
Password Password token which is required to send event to a HTTPS endpoint. 
password
soap-password
SOAP Headers

Necessary SOAP headers.  

soapHeaders
header1: value1, header2: value2

HTTP Headers

Necessary HTTP headers.

httpHeaders
header1: value1, header2: value2"

Related samples

For more information on soap event publisher type, see the following sample.

...