WSCycle UDR(4.0)
The WSCycle
UDR represents an operation that is specified in the WSDL file. The naming structure is WSCycle_[operationName]
.
The agent using a WS profile has as many input and output types as operations in the web service defined by the WS profile.
The number of fields and field types in a WSCycle
UDR is set based on how the Web Service operation is defined in the WSDL file. Each WSCycle
UDR contains the number of fields necessary to hold the information needed when sending or receiving a request or response.
For example, an operation with nothing in the input or output messages and no declared fault types have no other fields than the ones from the AbstractWSCycle
UDR.
The structure of the WSCycleUDR_operationName depends on the definition of the operation in the WSDL file.
The following fields are available:
Field | Description |
---|---|
| This field exists only if the operation has at least one request message type in its input message declaration. The param field type corresponds to the type defined in the XML schema; simple or complex type. If it is a complex type, a UDR containing fields corresponding to the types in the complex type are created. Note! If the name of a complex input type in the XML Schema starts with a lower case character, the input type may be represented by several fields. The name of each of the fields is the name of the input type, prefixed by |
| This field exists only if the operation has a response message that is not empty. The field must be set before the This field is set to a value corresponding to the response message when the |
| It is possible to declare fault types for an operation. Fault type messages can be sent back from a Web Service instead of an ordinary response message. To send back a fault message instead of an ordinary response message, you have to set one of the fault fields. The |