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 on 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 parts:

The AbstractWSCycle UDR consists of the following parts:

  • context

  • errorMessage

  • operation


AbstractWSCycle UDR fields part of WSCycleUDR


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 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 value. If the operation corresponding to this WSCycleUDR is operationName, the field will be  operationName .