3.1.4.60 SetTransition

The SetTransition operation SHOULD<97> be used to apply a transition to a slide in a presentation.

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

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

The protocol client sends an IPptEdit_SetTransition_InputMessage request message, and the protocol server responds with an IPptEdit_SetTransition_OutputMessage response message.