Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created October 24, 2018 04:45
Show Gist options
  • Save DeanPoulin/05f5414f4d2f5816ecd4e014f8d435c1 to your computer and use it in GitHub Desktop.
Save DeanPoulin/05f5414f4d2f5816ecd4e014f8d435c1 to your computer and use it in GitHub Desktop.
HTTP/1.1 200 OK
Connection: close
Date: Fri, 20 Nov 2009 02:51:10 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-Aspnet-Version: 2.0.50727
Cache-Control: private
Content-Type: application/xml; charset=utf-8
Content-Length: 242
<CreateUserStatus
xmlns="http://development.svnanalytics.com/contracts"
xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<CreatedUser>
<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>
</CreatedUser>
<Success>true</Success>
</CreateUserStatus>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment