3.1.4.10 GetJobStatus

Gets the status of a conversion job.

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

 <wsdl:operation name="GetJobStatus" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://schemas.microsoft.com/office/server/word/2009/08/getJobStatus" name="GetJobStatusRequest" message="tns:GetJobStatusRequest" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
   <wsdl:output wsaw:Action="http://schemas.microsoft.com/office/server/word/2009/08/getJobStatus/response" name="GetJobStatusResponse" message="tns:GetJobStatusResponse" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends a GetJobStatusRequest request WSDL message to get the status of a conversion job.

The protocol server MUST respond with a GetJobStatusResponse response WSDL message.