Skip to content

Instantly share code, notes, and snippets.

@andizzle
Created August 15, 2012 10:48
Show Gist options
  • Save andizzle/3358847 to your computer and use it in GitHub Desktop.
Save andizzle/3358847 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Body>
<CreateAccessCodeResponse xmlns="https://uk.ewaypayments.com/hotpotato">
<CreateAccessCodeResult>
<AccessCode>nvt0mwZXN9aU43rsIRPlve3aNziYqA7VHLT3RurzaEvm</AccessCode>
<Customer>
<Reference>Test123</Reference>
<Title>Mr.</Title>
<FirstName>John</FirstName>
<LastName>Smith</LastName>
<CompanyName>eWAY</CompanyName>
<JobDescription></JobDescription>
<Street1>15 Smith St</Street1>
</Customer>
</CreateAccessCodeResult>
</CreateAccessCodeResponse>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment