Skip to content

Instantly share code, notes, and snippets.

@guyhughes
Created October 6, 2017 19:50
Show Gist options
  • Save guyhughes/278f88432821512f861377bb43eaacbc to your computer and use it in GitHub Desktop.
Save guyhughes/278f88432821512f861377bb43eaacbc to your computer and use it in GitHub Desktop.
POST http://zombies.somerandomctf.com/zombies/soapServer.php HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: "http://zombies.somerandomctf.com/zombies/soapServer.php/troopsUpdate"
Content-Length: 579
Host: zombies.somerandomctf.com
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<troopsUpdate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<id xsi:type="xsd:string">1</id>
<name xsi:type="xsd:string">loser</name>
<nbrTroops xsi:type="xsd:integer">100</nbrTroops>
</troopsUpdate>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment