3.1.4.21 FlipShape

The FlipShape operation SHOULD<82> be used to flip a shape vertically or horizontally in a presentation.

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

 <wsdl:operation name="FlipShape" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://schemas.microsoft.com/office/PowerPoint/Server/WebServices/PowerPointEditServerInternalService/IPptEdit/FlipShape" message="tns:IPptEdit_FlipShape_InputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
   <wsdl:output wsaw:Action="http://schemas.microsoft.com/office/PowerPoint/Server/WebServices/PowerPointEditServerInternalService/IPptEdit/FlipShapeResponse" message="tns:IPptEdit_FlipShape_OutputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends an IPptEdit_FlipShape_InputMessage request message, and the protocol server responds with an IPptEdit_FlipShape_OutputMessage response message.