3.1.4.17 RevertFileContentStream

This operation<22> reverts the specified page in the context site to its original state. This operation is defined as follows:

 <wsdl:operation name="RevertFileContentStream">
     <wsdl:input message="tns:RevertFileContentStreamSoapIn" />
     <wsdl:output message="tns:RevertFileContentStreamSoapOut" />
 </wsdl:operation>

The protocol client sends a RevertFileContentStreamSoapIn request message, and the protocol server responds with a RevertFileContentStreamSoapOut response message, as follows:

  1. A valid URL of the page to be reverted MUST be specified in the request message.

  2. If the operation succeeds, it MUST return a RevertFileContentStreamResponse element.

  3. If there is any problem in performing the operation, the protocol server MUST return appropriate error code and error string. Error code(s) specific to this operation are defined in the RevertFileContentStreamSoapOut message.