Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created October 24, 2018 04:43
Show Gist options
  • Save DeanPoulin/fd822c5134e6ceb5f08b80ac4c11399c to your computer and use it in GitHub Desktop.
Save DeanPoulin/fd822c5134e6ceb5f08b80ac4c11399c to your computer and use it in GitHub Desktop.
HTTP Request with XML Namespace
POST /IPhoneDataService.svc/users HTTP/1.1
Content-Type: text/xml
Accept: application/xml
User-Agent: Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420.1 (KHTML, like Gecko) Version/3.0 Mobile/4A93 Safari/419.3
<?xml version="1.0" encoding="utf-8"?>
<WebUser
xmlns="http://development.svnanalytics.com/contracts"
xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Email>test2@test.com</Email>
<JoinDate>2009-11-19T18:04:02.9990737-05:00</JoinDate>
<UUID>039af7a3-832d-4a91-a058-dfa10d2b223e</UUID>
<Username>theUsername</Username>
</WebUser>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment