PostProcessSynchronous

The samples below reflect a PostSynchronous request and response.

Request

<soap:Envelope xmlns:data="http://www.wolterskluwerfs.com/2012/12/DocGenServices/data" xmlns:doc="http://www.wolterskluwerfs.com/2012/12/DocGenServices" xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
   <soap:Body>
      <doc:PostProcessSynchronous>
         <doc:request>
            <data:AccountId>1</data:AccountId>
            <data:ProductType p7:nil="true" xmlns:p7="http://www.w3.org/2001/XMLSchema-instance"/>
            <data:IdentityId p7:nil="true" xmlns:p7="http://www.w3.org/2001/XMLSchema-instance"/>
            <data:DocSet p7:nil="true" xmlns:p7="http://www.w3.org/2001/XMLSchema-instance"/>
            <data:DocumentSet>
               <data:Documents>
                  <data:Document>
                     <data:DocumentID>Test1</data:DocumentID>
                     <data:Prepare>false</data:Prepare>
                     <data:Data>
                        <data:base64>JVBERJUVPRgo=</data:base64>
                     </data:Data>
                  </data:Document>
                  <data:Document>
                     <data:DocumentID>Test2</data:DocumentID>
                     <data:Prepare>false</data:Prepare>
                     <data:Data>
                        <data:base64>JVBERJUVPRgo=</data:base64>
                     </data:Data>
                  </data:Document>
               </data:Documents>
            </data:DocumentSet>
         </doc:request>
      </doc:PostProcessSynchronous>
   </soap:Body>
</soap:Envelope>

Response

<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
   <s:Header>
      <a:Action s:mustUnderstand="1">http://www.wolterskluwerfs.com/2012/12/DocGenServices/IDocumentService/PostProcessSynchronousResponse</a:Action>
      <ActivityId CorrelationId="6ca803e7-a5ed-4678-b588-50c104a1ee72" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">00000000-0000-0000-0000-000000000000</ActivityId>
      <o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
         <u:Timestamp u:Id="_0">
            <u:Created>2020-05-12T14:59:58.704Z</u:Created>
            <u:Expires>2020-05-12T15:04:58.704Z</u:Expires>
         </u:Timestamp>
      </o:Security>
   </s:Header>
   <s:Body>
      <PostProcessSynchronousResponse xmlns="http://www.wolterskluwerfs.com/2012/12/DocGenServices">
         <PostProcessSynchronousResult xmlns:b="http://www.wolterskluwerfs.com/2012/12/DocGenServices/data" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <b:ExternalKey i:nil="true"/>
            <b:DocSet>
               <b:DocSetTxnIDRef i:nil="true"/>
               <b:DocSetPackageIDRef i:nil="true"/>
               <b:PackageDocs/>
               <b:Packets/>
               <b:MismoDataSet i:nil="true"/>
            </b:DocSet>
            <b:DocumentSet>
               <b:Documents>
                  <b:Document>
                     <b:DocumentID>Test1</b:DocumentID>
                     <b:StoredDocID i:nil="true"/>
                     <b:OrganizationID i:nil="true"/>
                     <b:InstanceID>null</b:InstanceID>
                     <b:InstanceBarcodeValue i:nil="true"/>
                     <b:PageCount>0</b:PageCount>
                     <b:DisplayName>null</b:DisplayName>
                     <b:InstanceFileName>null</b:InstanceFileName>
                     <b:Type i:nil="true"/>
                     <b:FragmentName i:nil="true"/>
                     <b:Autoselected>false</b:Autoselected>
                     <b:Prepare>false</b:Prepare>
                     <b:Suggested>false</b:Suggested>
                     <b:Format i:nil="true"/>
                     <b:Copy>0</b:Copy>
                     <b:AncillaryOutputOptions i:nil="true"/>
                     <b:Data>
                        <b:base64>JVBERJUVPRgo=</b:base64>
                        <b:text i:nil="true"/>
                        <b:xml>&lt;xml /></b:xml>
                     </b:Data>
                  </b:Document>
                  <b:Document>
                     <b:DocumentID>Test2</b:DocumentID>
                     <b:StoredDocID i:nil="true"/>
                     <b:OrganizationID i:nil="true"/>
                     <b:InstanceID>null</b:InstanceID>
                     <b:InstanceBarcodeValue i:nil="true"/>
                     <b:PageCount>0</b:PageCount>
                     <b:DisplayName>null</b:DisplayName>
                     <b:InstanceFileName>null</b:InstanceFileName>
                     <b:Type i:nil="true"/>
                     <b:FragmentName i:nil="true"/>
                     <b:Autoselected>false</b:Autoselected>
                     <b:Prepare>false</b:Prepare>
                     <b:Suggested>false</b:Suggested>
                     <b:Format i:nil="true"/>
                     <b:Copy>0</b:Copy>
                     <b:AncillaryOutputOptions i:nil="true"/>
                     <b:Data>
                        <b:base64>JVBERUVPRgo=</b:base64>
                        <b:text i:nil="true"/>
                        <b:xml>&lt;xml /></b:xml>
                     </b:Data>
                  </b:Document>
               </b:Documents>
               <b:AncillaryOutput i:nil="true"/>
               <b:Data i:nil="true"/>
            </b:DocumentSet>
            <b:Status>Complete</b:Status>
            <b:StatusDescription>Complete without errors.</b:StatusDescription>
            <b:Details/>
            <b:DocSetSummaryPacketCount i:nil="true"/>
            <b:DocSetSummaryDocInstanceCount i:nil="true"/>
            <b:DocSetSummaryPageCount i:nil="true"/>
            <b:DocSetSummaryRecordablePageCount i:nil="true"/>
            <b:DocSetSummaryDateTimeStamp i:nil="true"/>
         </PostProcessSynchronousResult>
      </PostProcessSynchronousResponse>
   </s:Body>
</s:Envelope>