The Web Service AbstractWSCycle UDR Type

The Web Service AbstractWSCycle UDR Type

All the WSCycleUDRs that belong to a specific WS profile inherit the same AbstractWSCycle. By checking the AbstractWSCycle you can tell which WS profile is applied to certain UDRs.

The AbstractWSCycle UDR is used as a marker to connect all WSCycleUDRs belonging to the same WS profile. It consists of the following fields:

  • context

  • errorMessage

  • operation

AbstractWSCycle_UDR.png
AbstractWSCycle UDR fields

Field

Description

Field

Description

context (any)

This field is used to store information about the context in which the operation has been invoked, when it is needed.

errorMessage (string optional)

The error message field is set if an error occurred during sending or receiving of a message, or if a Soap Exception occurred at the communication endpoint.

operation (string constant)

This is a constant string with the name of the operation as a value. If the operation corresponding to this WSCycleUDR is operationName, the field will be operationName.