3.1.4.14 ChangeSmartArtStyle

The ChangeSmartArtStyle operation is used to change the style applied to a SmartArt diagram.

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

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

The protocol client sends an IPptEdit_ChangeSmartArtStyle_InputMessage request message, and the protocol server responds with an IPptEdit_ChangeSmartArtStyle_OutputMessage response message.