3.1.4.31 InsertSmartArt

The InsertSmartArt operation is used to insert a SmartArt diagram into a presentation

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

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

The protocol client sends an IPptEdit_InsertSmartArt_InputMessage request message, and the protocol server responds with an IPptEdit_InsertSmartArt_OutputMessage response message.