3.1.4.33 MoveComment

The MoveComment operation SHOULD<87> be used to change the position of a comment in a presentation.

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

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

The protocol client sends an IPptEdit_MoveComment_InputMessage request message, and the protocol server responds with an IPptEdit_MoveComment_OutputMessage response message.