Skip to content

Instantly share code, notes, and snippets.

@hartmamt
Last active August 29, 2015 14:13
Show Gist options
  • Save hartmamt/5c94ca227ee0238c972c to your computer and use it in GitHub Desktop.
Save hartmamt/5c94ca227ee0238c972c to your computer and use it in GitHub Desktop.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:com="http://tirediscountersapps.com/comment/">
<soapenv:Header/>
<soapenv:Body>
<com:CreateComment>
<com:_c>
<com:customer>
<com:CustomerID>?</com:CustomerID>
<com:LastName>?</com:LastName>
<com:FirstName>?</com:FirstName>
<com:AddressLine1>?</com:AddressLine1>
<com:AddressLine2>?</com:AddressLine2>
<com:AddressLine3>?</com:AddressLine3>
<com:EmailAddress>?</com:EmailAddress>
<com:Telephone>?</com:Telephone>
</com:customer>
<com:comment>
<com:Subject>?</com:Subject>
<com:Description>?</com:Description>
<com:CommentTypeId>?</com:CommentTypeId>
<com:StoreVisited>?</com:StoreVisited>
</com:comment>
<com:contactByWho>?</com:contactByWho>
<com:appKey>?</com:appKey>
</com:_c>
</com:CreateComment>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:com="http://tirediscountersapps.com/comment/">
<soapenv:Header/>
<soapenv:Body>
<com:GetCommentTypes/>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:com="http://tirediscountersapps.com/comment/">
<soapenv:Header/>
<soapenv:Body>
<com:GetStores/>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment