3.1.4.3 ApplyShapeOutlineColor

The ApplyShapeOutlineColor operation SHOULD<72> be used to modify the color of the outline of a shape in a presentation.

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

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

The protocol client sends an IPptEdit_ApplyShapeOutlineColor_InputMessage request message, and the protocol server responds with an IPptEdit_ApplyShapeOutlineColor_OutputMessage response message.