pp108 : Receiver

Receiver


It denotes the distinguished name (DN) of the SOAP Node to which the model's requests will be forwarded.

Syntax

Designtime This is a design-time property and can be set through the property sheet of the model.


Remarks


During runtime, this property can be set by using the setReceiver() method of the instance object.

Setting the receiver and then the gateway ensures that the request reaches the specified application service.

If the receiver is not mentioned, the gateway determines the application service that will handle the request .

When Gateway receives a message, it looks for a SOAP node that implements the namespace specified in the message and sends the message to that service. There can be more than one SOAP node implementing the namespace. If the message must be sent to a specific service, instead of the service determined by Gateway, the user can specify the service using this method.

Applies to


Model

Related reference

Instance
setReceiver()