$SOAP_CALLIN_CB

Specifies the list of services that implement callback operations for SOAP call-in.

$SOAP_CALLIN_CB { = } Services | [self]

Arguments

  • Services—comma-separated list of one or more services that implement callback operations for SOAP call-in
  • [self]—specify that the callback operation is implemented in the web service itself.

Defaults

Assignment file: Web Application Server assignment file (wasv.asn)
Section: [SETTINGS]
Default value: None

Description

The $SOAP_CALLIN_CB assignment setting enables the use of the callback operations SOAP_CALLIN_PRE and SOAP_CALLIN_POST. These are called before and after activating a Uniface component operation that has been called as a web service.

If the setting is omitted or the list is empty, the callback operations are not called, even if they are present in the web service.

If the callback operation is implemented in the web service itself, specify the keyword [self].

Uniface processes the list in the order given, expecting to find the named components. If it does not find a specified component, an error is returned.

Related Topics