2.2.3.6 ResponseCollection
The ResponseCollection element MUST contain one or more Response elements. This element is used to send responses for each of the file upload and download requests.
-
<xs:element name="ResponseCollection"> <xs:complexType> <xs:sequence minOccurs="1" maxOccurs="unbounded"> <xs:element ref="tns:Response" /> </xs:sequence> <xs:attribute name="WebUrl" type="xs:string" use="required"/> <xs:attribute name="WebUrlIsEncoded" type="tns:TRUEFALSE" use="required"/> </xs:complexType> </xs:element>
Response: A complex type that specifies the response given by the protocol server for each corresponding request received as part of the Request element. The Response element is defined in section 2.2.3.5.
WebUrl: A string that specifies the absolute URL for the protocol server that uniquely identifies the protocol server that processed the cell storage service request and generated this corresponding cell storage service response message. The WebUrl attribute MUST be specified for each ResponseCollection element.
WebUrlIsEncoded: A TRUEFALSE value that specifies whether WebUrl is encoded. Set to true if yes; Else false<16>.