3.1.4.1 AddGroup

Adds a group of conversion items that share a common input and output path to a conversion job.

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

 <wsdl:operation name="AddGroup" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://schemas.microsoft.com/office/server/word/2009/08/addGroup" name="AddGroupRequest" message="tns:AddGroupRequest" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
   <wsdl:output wsaw:Action="http://schemas.microsoft.com/office/server/word/2009/08/addGroup/response" name="AddGroupResponse" message="tns:AddGroupResponse" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
   <wsdl:fault wsaw:Action="http://schemas.microsoft.com/office/server/word/2009/08/readOnlyFault" name="ReadOnlyFaultFault" message="tns:IConversionServiceApplication_AddGroup_ReadOnlyFaultFault_FaultMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends an AddGroupRequest request WSDL message for each group of conversion items being added to a conversion job that share a common input and output path.

The protocol server MUST respond with an AddGroupResponse message.