Skip to content

Instantly share code, notes, and snippets.

@pjmuley
Created December 21, 2016 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjmuley/1c99205ada38098b8d3b80ea67ebc85a to your computer and use it in GitHub Desktop.
Save pjmuley/1c99205ada38098b8d3b80ea67ebc85a to your computer and use it in GitHub Desktop.
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns0:getLoanResponse xmlns:ns0="http://www.mulesoft.com/schemas/Mule/Schema.xsd">
<ns0:loanList>
<ns0:loan>
<ns0:loanId>102</ns0:loanId>
<ns0:customerId>2</ns0:customerId>
<ns0:loanType>auto</ns0:loanType>
<ns0:loanAmount>33436.49</ns0:loanAmount>
<ns0:monthlyPayment>676.48</ns0:monthlyPayment>
<ns0:interestRate>12.56</ns0:interestRate>
</ns0:loan>
</ns0:loanList>
</ns0:getLoanResponse></soap:Body></soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment