2.2.4.27 ReceiveResponse

This type defines the format of the s:Body element of the server response message. The server response message MUST be sent after successful processing of the Receive message (for more information, see section 3.1.4.14).

 <xs:complexType name="ReceiveResponse">
   <xs:sequence>
     <xs:element name="Stream"
       type="StreamType"
       minOccurs="1"
       maxOccurs="unbounded"
      />
     <xs:element name="CommandState"
       type="CommandStateType"
       minOccurs="0"
      />
   </xs:sequence>
   <xs:attribute name="SequenceID"
     type="xs:unsignedLong"
     use="optional"
    />
 </xs:complexType>

Elements

Stream: This MUST include at least one element of the StreamType, as specified in section 2.2.4.40.

CommandState: Reports the status of the executing command. For more information, see section 2.2.4.9.

Attributes

SequenceID: This optional attribute is reserved for future use and SHOULD be ignored.