3.1.4.5 ConvertBatch

Initiates the conversion of a batch of conversion items.

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

 <wsdl:operation name="ConvertBatch" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://schemas.microsoft.com/office/server/word/2009/08/convertBatch" name="ConvertBatchRequest" message="tns:ConvertBatchRequest" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends a ConvertBatchRequest request WSDL message to initiate the conversion of a batch of conversion items on the currently running instance of the protocol server and the protocol server MUST initiate the conversion of each conversion item specified by a ConvertBatchItem element in the Items child element of the ConvertBatchRequest request WSDL message.

The conversion process is asynchronous. There is no response message for the ConvertBatch WSDL operation. Clients can query the status of the conversion job using the GetJobStatus WSDL operation as specified in section 3.1.4.10.