GetSelectResults
The samples below reflect a GetSelectResults 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">
<soap:Header/>
<soap:Body>
<v2:GetSelectResults>
<v2:transactionIdentifier>935029</v2:transactionIdentifier>
</v2:GetSelectResults>
</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">
<GetSelectResultsResponse xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2">
<GetSelectResultsResult>
<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 xsi:nil="true" xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data"/>
<SelectedDocuments xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">
<Documents>
<DocumentID>PKGD.LoanEstimate</DocumentID>
<Format xsi:nil="true"/>
<DisplayName>Loan Estimate</DisplayName>
<Type>Dynamic</Type>
<Autoselected>true</Autoselected>
<Suggested>false</Suggested>
<Copy>0</Copy>
<Order xsi:nil="true"/>
</Documents>
</SelectedDocuments>
</GetSelectResultsResult>
</GetSelectResultsResponse>
</s:Body>
</s:Envelope>