3.1.4.39 RemoveShapeFill

The RemoveShapeFill operation SHOULD<90> be used to remove the color of a shape in a presentation.

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

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

The protocol client sends an IPptEdit_RemoveShapeFill_InputMessage request message, and the protocol server responds with an IPptEdit_RemoveShapeFill_OutputMessage response message.