Skip to content

Instantly share code, notes, and snippets.

@jlengstorf
Created October 14, 2010 16:04
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 jlengstorf/626463 to your computer and use it in GitHub Desktop.
Save jlengstorf/626463 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns1="urn:SmartPointsIntf-ISmartPoints"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<ns1:UpdateCustomer>
<svID xsi:type="xsd:string">AAAE1EE8-8435-4447-9918-4DCDADA1F551</svID>
<CTCustNo xsi:type="xsd:string">1859</CTCustNo>
<aWebCustomerResult xsi:type="ns1:TWebCustomerResult">
<Result xsi:type="xsd:boolean">true</Result>
<ErrorCode xsi:type="xsd:string">0</ErrorCode>
<ErrorString xsi:type="xsd:string"></ErrorString>
<CustomerNo xsi:type="xsd:string">web00000001</CustomerNo>
<Status xsi:type="xsd:string">R</Status>
<Level xsi:type="xsd:string"></Level>
<LastName xsi:type="xsd:string">Testerton</LastName>
<FirstName xsi:type="xsd:string">Testy</FirstName>
<Company xsi:type="xsd:string"></Company>
<HomePhone xsi:type="xsd:string">8005551234</HomePhone>
<WorkPhone xsi:type="xsd:string">8005551235</WorkPhone>
<Address xsi:type="xsd:string">123 Address Street</Address>
<Address2 xsi:type="xsd:string">Ste 2</Address2>
<City xsi:type="xsd:string">Somewhere</City>
<PostalCode xsi:type="xsd:string">00000</PostalCode>
<ProvinceNo xsi:type="xsd:string">WideString</ProvinceNo>
<CountryNo xsi:type="xsd:string">WideString</CountryNo>
<ShipLastName xsi:type="xsd:string"></ShipLastName>
<ShipFirstName xsi:type="xsd:string"></ShipFirstName>
<ShipCompany xsi:type="xsd:string"></ShipCompany>
<ShipHomePhone xsi:type="xsd:string"></ShipHomePhone>
<ShipAddress xsi:type="xsd:string"></ShipAddress>
<ShipAddress2 xsi:type="xsd:string"></ShipAddress2>
<ShipCity xsi:type="xsd:string"></ShipCity>
<ShipPostalCode xsi:type="xsd:string"></ShipPostalCode>
<ShipProvinceNo xsi:type="xsd:string"></ShipProvinceNo>
<ShipCountryNo xsi:type="xsd:string"></ShipCountryNo>
<EmailAddr xsi:type="xsd:string">test@example.com</EmailAddr>
<Updated xsi:type="xsd:string"></Updated>
<FieldList xsi:type="xsd:string"></FieldList>
<DataList xsi:type="xsd:string"></DataList>
<PollDate xsi:type="xsd:string"></PollDate>
<DataType xsi:type="xsd:string">WEB</DataType>
</aWebCustomerResult>
</ns1:UpdateCustomer>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment