Skip to content

Instantly share code, notes, and snippets.

@mbijon
Last active August 29, 2015 14:03
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 mbijon/3acb2e14170d932a60a8 to your computer and use it in GitHub Desktop.
Save mbijon/3acb2e14170d932a60a8 to your computer and use it in GitHub Desktop.
TAB Ratings API: example SOAP request: 1st two versions for getMarket() method, 3rd & following versions work with getOperators() method
<soapenv:Envelope xmlns:eyes="http://ads.eyesonratings.com/eyeson" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-AFF5317EC8B51F3253140417628900000">
<wsse:Username>USERNAME</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">PASSWORD</wsse:Password>
<wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">a1RMQXpEakg1ajZJV0VUTQ==</wsse:Nonce>
<wsu:Created>2014-07-01T0:58:09.000Z</wsu:Created>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<eyes:GetOperators></eyes:GetOperators>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment