3.1.4.1 BinaryConvert

The BinaryConvert operation is used to convert a presentation from the binary file format for a PPT file (.ppt) described in [MS-PPT] to the Office Open XML File Format Specification PresentationML format described in the [ISO/IEC29500:2011] specification.

The following is the WSDL port type specification of the BinaryConvert WSDL operation.

 <wsdl:operation name="BinaryConvert" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://schemas.microsoft.com/office/PowerPoint/Server/WebServices/PowerPointViewingService/IPptViewingService/BinaryConvert" message="tns4:IPptViewingService_BinaryConvert_InputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
   <wsdl:output wsaw:Action="http://schemas.microsoft.com/office/PowerPoint/Server/WebServices/PowerPointViewingService/IPptViewingService/BinaryConvertResponse" message="tns4:IPptViewingService_BinaryConvert_OutputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends an IpptViewingService_BinaryConvert_InputMessage request message, and the protocol server MUST respond with an IpptViewingService_BinaryConvert_OutputMessage response message.