Skip to content

Instantly share code, notes, and snippets.

@morhekil
Created May 13, 2016 12:20
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 morhekil/04819ed5a6b4091015bf0d7fd6373fa1 to your computer and use it in GitHub Desktop.
Save morhekil/04819ed5a6b4091015bf0d7fd6373fa1 to your computer and use it in GitHub Desktop.
morhl history in GAT: http://f.falsum.me/1i1b0c0s3d21
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.playngo.com/2007/06" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header><Operator xmlns="http://www.playngo.com/2007/06"><Login>rsp</Login><Password>xxx</Password></Operator></env:Header>
<env:Body>
<GetCasinoHistoryRequest xmlns="http://www.playngo.com/2007/06">
<Session>4f23....e145</Session>
<Product>PlaynGOCasino</Product>
<From>2016-04-30</From>
<To>2016-05-01</To>
</GetCasinoHistoryRequest>
</env:Body>
</env:Envelope>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<GetCasinoHistoryResponse xmlns="http://www.playngo.com/2007/06">
<History xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/>
</GetCasinoHistoryResponse>
</s:Body>
</s:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment