3.1.4.4 ApplyShapeOutlineDashStyle

The ApplyShapeOutlineDashStyle operation SHOULD<73> be used to modify the dash type of the outline of a shape.

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

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

The protocol client sends an IPptEdit_ApplyShapeOutlineDashStyle_InputMessage request message, and the protocol server responds with an IPptEdit_ApplyShapeOutlineDashStyle_OutputMessage response message.