AbstractWSCycle UDR(3.0)


All the WSCycleUDRs that belong to a specific Web Service (WS) profile inherit the same AbstractWSCycle. Check the AbstractWSCycle to 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.

The AbstractWSCycle UDR consists of the following parts:

  • context

  • errorMessage

  • operation

FieldDescription

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 occurs during send or receive of a message, or if a Soap Exception occurs at the communication endpoint.

operation (string constant)

The name of the operation as value. If the operation corresponding to this WSCycleUDR is operationName, the field is set to operationName.