2.2.4.33 SendResponse

This type defines the format of the s:Body element of the server response message, which MUST be sent after successful processing of the Send message.

 <xs:complexType name="SendResponse">
   <xs:sequence>
     <xs:element name="DesiredStream"
       type="StreamType"
       minOccurs="0"
      />
   </xs:sequence>
 </xs:complexType>

Element

DesiredStream: This optional element allows the Shell processor to request input from a particular stream. If this is omitted, then the Shell processor will accept input from any stream.