Advertisement
Guest User

1st try

a guest
Feb 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  3. <soap:Body>
  4. <ns2:playerPurchaseResponse xmlns:ns2="http://service.ejb.dps.gis.gns.gtech.com/">
  5. <return>
  6. <resultCode>2</resultCode>
  7. <resultDesc>SYSTEM ERROR</resultDesc>
  8. <signedDataOut>nullGameSessionId ( com.gtech.gns.gis.dps.beans.GameSessionId@14a5a1ec ; id = e36be77a-155a-11e8-878a-525400c2c14a ; gameSystemId = 75 )nullnullPurchaseId ( com.gtech.gns.gis.dps.beans.PurchaseId@2e8ef836 ; id = 1eba56b4-155d-11e8-878a-525400c2c14a ; gameSystemId = 75 )2</signedDataOut>
  9. <signatureOut>nullGameSessionId ( com.gtech.gns.gis.dps.beans.GameSessionId@14a5a1ec ; id = e36be77a-155a-11e8-878a-525400c2c14a ; gameSystemId = 75 )nullnullPurchaseId ( com.gtech.gns.gis.dps.beans.PurchaseId@2e8ef836 ; id = 1eba56b4-155d-11e8-878a-525400c2c14a ; gameSystemId = 75 )2</signatureOut>
  10. <gameSession>
  11. <id>e36be77a-155a-11e8-878a-525400c2c14a</id>
  12. <gameSystemId>75</gameSystemId>
  13. </gameSession>
  14. <playerPurchase>
  15. <id>1eba56b4-155d-11e8-878a-525400c2c14a</id>
  16. <gameSystemId>75</gameSystemId>
  17. </playerPurchase>
  18. <sessionId>83fd41dd-4111-4c65-bf73-51fc30f7b70f</sessionId>
  19. </return>
  20. </ns2:playerPurchaseResponse>
  21. </soap:Body>
  22. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement