Start of change

Web service server adapter data-containers

Web service server adapter data-containers are used to store state and status data about the adapter itself, as well as input and output data for the Web service request when it is invoked by the Adapter Navigator.

The following table lists the data-containers used at runtime. To see details of the ERROR type container, see Miscellaneous data-containers - Aggregate processing pattern.

Table 1. Web service server adapter data-containers
Name Type Size (bytes) Contents and usage
WEBSERVICE.DATA DATA   Web service request that is passed to the requester pipeline.
COMMAND.INPUT INPUT variable max. 32,760 Mapped input data.
COMMAND.OUTPUT OUTPUT variable max. 32,760 Output from the server adapters.
COMMAND.STATUS STATUS 256
Status information from the server adapter, for example:
  • Interaction status
  • Error information
End of change