ListDocuments

The samples below reflect a ListDocument request and response.

Request

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:v2="http://www.wolterskluwerfs.com/2014/05/DocServices/V2" xmlns:data="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">
   <soap:Header/>
   <soap:Body>
      <v2:ListDocuments>
         <v2:request>
            <data:ContentIdentifier>expere://TRIDTxn201633/PKG.TRIDTxnApplication</data:ContentIdentifier>
            <data:AccountIdentifier>5</data:AccountIdentifier>
         </v2:request>
      </v2:ListDocuments>
   </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:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <ListDocumentsResponse xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2">
         <ListDocumentsResult>
            <PassthroughIdentifier xsi:nil="true" xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data"/>
            <Status xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">Sucessful</Status>
            <StatusDescription xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data"/>
            <SelectedDocuments xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">
               <Documents>
                  <DocumentID>PKGD.NoticeOfIntentToProceed</DocumentID>
                  <Format xsi:nil="true"/>
                  <DisplayName>Notice of Intent to Proceed</DisplayName>
                  <Type>Dynamic</Type>
                  <Autoselected>false</Autoselected>
                  <Suggested>false</Suggested>
                  <Copy>0</Copy>
                  <Order>0</Order>
               </Documents>
               <Documents>
                  <DocumentID>PKGD.LoanEstimate</DocumentID>
                  <Format xsi:nil="true"/>
                  <DisplayName>Loan Estimate</DisplayName>
                  <Type>Dynamic</Type>
                  <Autoselected>false</Autoselected>
                  <Suggested>false</Suggested>
                  <Copy>0</Copy>
                  <Order>1</Order>
               </Documents>
               <Documents>
                  <DocumentID>PKGD.LoanEstimateAddendum</DocumentID>
                  <Format xsi:nil="true"/>
                  <DisplayName>Loan Estimate Addendum</DisplayName>
                  <Type>Dynamic</Type>
                  <Autoselected>false</Autoselected>
                  <Suggested>false</Suggested>
                  <Copy>0</Copy>
                  <Order>2</Order>
               </Documents>
               <Documents>
                  <DocumentID>PKGD.WrittenListOfProviders</DocumentID>
                  <Format xsi:nil="true"/>
                  <DisplayName>Written List of Providers</DisplayName>
                  <Type>Dynamic</Type>
                  <Autoselected>false</Autoselected>
                  <Suggested>false</Suggested>
                  <Copy>0</Copy>
                  <Order>3</Order>
               </Documents>
            </SelectedDocuments>
         </ListDocumentsResult>
      </ListDocumentsResponse>
   </s:Body>
</s:Envelope>