The Web Service AbstractWSCycle UDR Type
All the WSCycleUDR
s 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 WSCycleUDR
s 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
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 value. If the operation corresponding to this |