<?xml version="1.0" encoding="utf-8" ?>
<SOAP:Envelope xmlns:SOAP="urn:schemas-xmlsoap-org:soap.v1">
    <SOAP:Header></SOAP:Header>
    <SOAP:Body>
        <CreditCheckResponse>
            <CreditCheckResult>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;
&lt;FinanceApplication xmlns=&quot;http://RedlineApplicationServices.com/CognitionWS/FinanceApplicationSchema.xsd&quot;&gt;
    &lt;Proposal&gt;
        &lt;Result&gt;REFERRED&lt;/Result&gt;
        &lt;ApplicationNumber&gt;951357&lt;/ApplicationNumber&gt;
        &lt;SourceSystemReference&gt;SSR123456&lt;/SourceSystemReference&gt;
        &lt;CustomerReference&gt;456123&lt;/CustomerReference&gt;
        &lt;BalanceToFinance&gt;1253.00&lt;/BalanceToFinance&gt;
        &lt;APR&gt;19.9&lt;/APR&gt;
        &lt;Product&gt;Test Loan&lt;/Product&gt;
        &lt;Currency&gt;GBP&lt;/Currency&gt;
        &lt;TotalChargeForCredit&gt;276.07&lt;/TotalChargeForCredit&gt;
    &lt;/Proposal&gt;
    &lt;ProposalNotes&gt;
        &lt;Note&gt;
            &lt;NoteType&gt;Underwriting - More Info needed&lt;/NoteType&gt;
            &lt;NoteAuthor&gt;Mr Underwriter&lt;/NoteAuthor&gt; &lt;NoteCreatedOn&gt;02/12/2009&lt;/NoteCreatedOn&gt;
            &lt;NoteTextShort&gt;Please send us some more address history.&lt;/NoteTextShort&gt; &lt;NoteTextLong /&gt;
        &lt;/Note&gt;
    &lt;/ProposalNotes&gt;
    &lt;ProposalConditions&gt;
        &lt;Condition&gt;
            &lt;ConditionType&gt;PROOF&lt;/ConditionType&gt;
            &lt;ConditionComment&gt;PROOF OF ADDRESS&lt;/ConditionComment&gt;
            &lt;ConditionValue /&gt;
        &lt;/Condition&gt;
    &lt;/ProposalConditions&gt;
    &lt;ProposalDocuments&gt;
        &lt;Document&gt;
            &lt;DocumentType /&gt;
            &lt;DocumentBarcode /&gt;
            &lt;DocumentStatus&gt;Not Produced&lt;/DocumentStatus&gt;
            &lt;PDFFILE xmlns:dt=&quot;urn:schemas-microsoft-com:datatypes&quot; dt:dt=&quot;bin.base64&quot; /&gt;
        &lt;/Document&gt;
    &lt;/ProposalDocuments&gt;
&lt;/FinanceApplication&gt;
</CreditCheckResult>
        </CreditCheckResponse>
    </SOAP:Body>
</SOAP:Envelope>