SOAP.registerEventUri()

Signature

void registerEventUri(String eventUri, String destinationUri, String serviceName, String soapAction, String preprocessor)

Domain

ACTION

Description

Associates an event type to a given input destination, target service, and SOAP action. This is used by some SOAP deserializers to generate events of specific types, instead of using the default event type resolution mechanisms.

Parameters

NameTypeDescription
eventUriStringPath of an event type in the project.
destinationUriStringPath of the BusinessEvents destination receiving the message. If empty, matches all destinations.
serviceNameString(Optional) name of the target service declared in the message received. If empty, matches all service names.
soapActionString(Optional) value of the soapAction parameter in the message received.
preprocessorString(Optional) path to a preprocessor RuleFunction.

Returns

TypeDescription
void