3.1.4.9 GetJobs

Gets a list of conversion jobs.

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

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

The protocol client sends a GetJobsRequest request WSDL message to get a list of conversion jobs.

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