Skip to content

Instantly share code, notes, and snippets.

@tuxcanfly
Created July 6, 2010 13:54
Show Gist options
  • Save tuxcanfly/465403 to your computer and use it in GitHub Desktop.
Save tuxcanfly/465403 to your computer and use it in GitHub Desktop.
<SOAP-ENV:Envelope
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ZSI="http://www.zolera.com/schemas/ZSI/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Header>
</SOAP-ENV:Header>
<SOAP-ENV:Body xmlns:ns1="https://www.eway.com.au/gateway/managedpayment">
<ns1:CreateCustomer>
<ns1:Title>Mr.</ns1:Title>
<ns1:FirstName>Joe</ns1:FirstName>
<ns1:LastName>Bloggs</ns1:LastName>
<ns1:Address>test street</ns1:Address>
<ns1:Suburb>Sydney</ns1:Suburb>
<ns1:State>NSW</ns1:State>
<ns1:Company>Test Company</ns1:Company>
<ns1:PostCode>2000</ns1:PostCode>
<ns1:Country>au</ns1:Country>
<ns1:Email>test@eway.com.au</ns1:Email>
<ns1:Fax>0267720000</ns1:Fax>
<ns1:Phone>0267720000</ns1:Phone>
<ns1:Mobile>0404085992</ns1:Mobile>
<ns1:CustomerRef>REF100</ns1:CustomerRef>
<ns1:JobDesc>test</ns1:JobDesc>
<ns1:Comments>Now!</ns1:Comments>
<ns1:URL>http://www.google.com.au</ns1:URL>
<ns1:CCNumber>4444333322221111</ns1:CCNumber>
<ns1:CCNameOnCard>Test Account</ns1:CCNameOnCard>
<ns1:CCExpiryMonth>1</ns1:CCExpiryMonth>
<ns1:CCExpiryYear>10</ns1:CCExpiryYear>
</ns1:CreateCustomer>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment