Database property names for web service notifications that do not appear in the user interface

Some properties for web service notifications do not appear in the user interface. These properties can be used in RICOH ProcessDirector symbols or for writing external programs.

The Internal values column describes restrictions on property values. If a property has specific internal values, use one of them when you set the property value in an overrides file or an external program.

In the Editable column:

  • Yes means that you can change the value.
  • No means that you cannot change the value.

Properties for web service notifications that do not appear in the user interface

Database name Brief description Internal values Editable
WSNotification.WebService.Credential The static credential or token that the web service notification transmits with the call to the web service that exchanges data with RICOH ProcessDirector.

To specify the credential or token in the Request payload property, use a symbol for the WSNotification.WebService.Credential property. This example uses XML:

<Token>${WSNotification.WebService.Credential}</Token>

  No