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
Field | Description |
|---|---|
| This field is used to store information about the context in which the operation has been invoked, when it is needed. |
| 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. |
| This is a constant string with the name of the operation as a value. If the operation corresponding to this |