Advertisement
smaction

JSON Decode

Jan 20th, 2014
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1.  
  2. ( ! ) Warning: simplexml_load_string() [<a href='function.simplexml-load-string'>function.simplexml-load-string</a>]: Entity: line 1: parser error : Start tag expected, '&lt;' not found in C:\wamp\www\belterracasino.com\soapy1.php on line 11
  3. Call Stack
  4. # Time Memory Function Location
  5. 1 0.0005 685496 {main}( ) ..\soapy1.php:0
  6. 2 3.0094 863168 simplexml_load_string ( ) ..\soapy1.php:11
  7.  
  8. ( ! ) Warning: simplexml_load_string() [<a href='function.simplexml-load-string'>function.simplexml-load-string</a>]: &amp;lt;s:Envelope xmlns:s=&amp;quot;http://schemas.xmlsoap.org/soap/envelope/&amp;quot;&amp;gt; in C:\wamp\www\belterracasino.com\soapy1.php on line 11
  9. Call Stack
  10. # Time Memory Function Location
  11. 1 0.0005 685496 {main}( ) ..\soapy1.php:0
  12. 2 3.0094 863168 simplexml_load_string ( ) ..\soapy1.php:11
  13.  
  14. ( ! ) Warning: simplexml_load_string() [<a href='function.simplexml-load-string'>function.simplexml-load-string</a>]: ^ in C:\wamp\www\belterracasino.com\soapy1.php on line 11
  15. Call Stack
  16. # Time Memory Function Location
  17. 1 0.0005 685496 {main}( ) ..\soapy1.php:0
  18. 2 3.0094 863168 simplexml_load_string ( ) ..\soapy1.php:11
  19.  
  20.  
  21. Request : <?xml version="1.0" encoding="UTF-8"?>
  22. <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="www.clublinq.com/CommonTypes" xmlns:ns2="www.clublinq.com/ClientAPI"><SOAP-ENV:Body><ns2:GetCustomerInfo><ns2:request><ns1:KeyID>1B3BFE04-78AF-4B84-967E-C32BA0B30FB0</ns1:KeyID><ns1:PlayerID>2588</ns1:PlayerID></ns2:request></ns2:GetCustomerInfo></SOAP-ENV:Body></SOAP-ENV:Envelope>
  23.  
  24.  
  25. Response: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><GetCustomerInfoResponse xmlns="www.clublinq.com/ClientAPI"><GetCustomerInfoResult xmlns:a="www.clublinq.com/CommonTypes" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><a:Status>Success</a:Status><a:FirstName>Test2588</a:FirstName><a:MiddleName>T</a:MiddleName><a:LastName>Test2588</a:LastName><a:BirthDate>Jan 27 1952 12:00AM</a:BirthDate><a:Points>25820</a:Points><a:Email>Test2588@test.com</a:Email><a:ExtraCredit>258200</a:ExtraCredit><a:Phone1>7027777777</a:Phone1><a:Phone2>7026666666</a:Phone2><a:Address1><a:Line1>1234 Home Address</a:Line1><a:Line2>Apt 1A</a:Line2><a:City>Las Vegas</a:City><a:State>NV</a:State><a:Zip>89144</a:Zip><a:Country>USA</a:Country></a:Address1><a:Address2><a:Line1>1234 Mailing Address</a:Line1><a:Line2>NULL</a:Line2><a:City>Las Vegas</a:City><a:State>NV</a:State><a:Zip>89144</a:Zip><a:Country>CAN</a:Country></a:Address2></GetCustomerInfoResult></GetCustomerInfoResponse></s:Body></s:Envelope>
  26.  
  27. JSON: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement