4.1.3 Adding the second group

The protocol client then sends the following AddGroup request WSDL message:

 <AddGroupRequest
   xmlns="http://schemas.microsoft.com/office/server/translation/2010/11/addGroup"
   xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays"
   xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
   <GroupId>2</GroupId>
   <InputRoot>http://server/Other/</InputRoot>
   <Items>
     <b:string>Other.docx</b:string>
   </Items>
   <JobId>1118198185349178816</JobId>
   <OutputItems>
     <b:string>Other.docx</b:string>
   </OutputItems>
   <OutputRoot>http://server/Thai/</OutputRoot>
 </AddGroupRequest>

The protocol server receives the request and adds the translation group to its storage.  The protocol server then sends the following AddGroup response WSDL message:

 <AddGroupResponse
   xmlns="http://schemas.microsoft.com/office/server/translation/2010/11/addGroup/response" />