3.1.4.47 ReverseSmartArt

The ReverseSmartArt operation is used to reverse the direction of a SmartArt diagram in a presentation.

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

 <wsdl:operation name="ReverseSmartArt" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://schemas.microsoft.com/office/PowerPoint/Server/WebServices/PowerPointEditServerInternalService/IPptEdit/ReverseSmartArt" message="tns:IPptEdit_ReverseSmartArt_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/ReverseSmartArtResponse" message="tns:IPptEdit_ReverseSmartArt_OutputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends an IPptEdit_ReverseSmartArt_InputMessage request message, and the protocol server responds with an IPptEdit_ReverseSmartArt_OutputMessage response message.