Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. ========Request============
  2. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pas="http://www.mediatechsolutions.es/wsdl/PASGenericGSAdapter">
  3. <soapenv:Header/>
  4. <soapenv:Body>
  5. <pas:WithdrawRequest>
  6. <systemUID>SPA_CAS_ISB</systemUID>
  7. <playerSessionUID>0b42ad02b6acb0c8c57a41ef7e7x84285c97d28d</playerSessionUID>
  8. <gameUID>881510</gameUID>
  9. <gameSessionUID>b1460e04e053f0b1c1c1b8409bcxc074154ee7fa</gameSessionUID>
  10. <transferUID>txid1509446190146Komal</transferUID>
  11. <type>bet</type>
  12. <transferAmount>15.00</transferAmount>
  13. <signature>ff1632644404436c099d8eb30ed344582fa5ed62</signature>
  14. </pas:WithdrawRequest>
  15. </soapenv:Body>
  16. </soapenv:Envelope>
  17.  
  18.  
  19. ========Response=========
  20. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  21. <soap:Body>
  22. <soap:Fault>
  23. <faultcode>soap:Client</faultcode>
  24. <faultstring>RequestException ---> invalid_game|Juego no registrado en el sistema</faultstring>
  25. <faultactor>https://integration.mediatechsolutions.es:50502/NSUEISBPASAPIWS/PASAdapterService.asmx</faultactor>
  26. <detail xmlns:gen="http://www.mediatechsolutions.es/wsdl/PASGenericGSAdapter">
  27. <gen:RequestFault>
  28. <code>invalid_game</code>
  29. <message>Juego no registrado en el sistema</message>
  30. </gen:RequestFault>
  31. </detail>
  32. </soap:Fault>
  33. </soap:Body>
  34. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement