3.1.4.14 AddSyncStreamJob

Adds an immediate conversion job from a stream containing the input file.<13>

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

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

The protocol client sends an AddSyncStreamJobRequest request WSDL message to create an immediate conversion job.

If the protocol server has received a complete input file, as determined by the MoreBytesToReceive member of the AddSyncStreamJobRequest, then it MUST initiate the conversion of the input file. The protocol client can retrieve the result either from the OutputStreamInBytes member of the AddSyncStreamJobResponse message, if provided by the protocol server, or by using the GetSyncStreamOutputBytes method (section 3.1.4.16).

The protocol server MUST respond with an AddSyncStreamJobResponse response WSDL message