Created
March 2, 2009 23:27
-
-
Save tadman/73072 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP/1.0 500 Internal Server Error | |
Date: Mon, 02 Mar 2009 23:26:11 GMT | |
Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8e-fips-rhel5 | |
Set-Cookie: PHPSESSID=98bef3ac7d4ff6ba2c97822d2de167ee; path=/ | |
Expires: Thu, 19 Nov 1981 08:52:00 GMT | |
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 | |
Pragma: no-cache | |
Set-Cookie: kaboom_playspacefinder=connect.kaboom.org%2C189.182.114.45%2C98bef3a | |
c7d4ff6ba2c97822d2de167ee; expires=Tue, 03-Mar-2009 00:26:11 GMT; domain=kaboom. | |
org | |
Status: 500 Internal Server Error | |
X-SOAP-Server: NuSOAP/0.7.2 (1.94) | |
Content-Length: 667 | |
Connection: close | |
Content-Type: text/xml; charset=ISO-8859-1 | |
<?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope SOAP-ENV:encodingS | |
tyle="http://schemas.xmlsoap.org/soap/encoding/" | |
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" | |
xmlns:xsd="http://www.w3.org/2001/XMLSchema" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"> | |
<SOAP-ENV:Body><SOAP-ENV:Fault><faultcode xsi:type="xsd:string">soap:Server</fau | |
ltcode><faultactor xsi:type="xsd:string"></faultactor><faultstring xsi:type="xsd | |
:string">Invalid SOAP username and/or password</faultstring><detail xsi:type="xs | |
d:string"></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" | |
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<env:Body> | |
<n1:validate_session_get_uid xmlns:n1="ns1" | |
env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
<api_key xsi:type="xsd:string">f6a468c9ada2/223</api_key> | |
<array n2:arrayType="xsd:anyType[3]" | |
xmlns:n2="http://schemas.xmlsoap.org/soap/encoding/" | |
xsi:type="n2:Array"> | |
<item xsi:type="xsd:string">d5bf095061d327703d430fc57f68af6a</item> | |
<item xsi:type="xsd:string">189.182.205.77</item> | |
<item xsi:type="xsd:string">connect.kaboom.org</item> | |
</array> | |
</n1:validate_session_get_uid> | |
</env:Body> | |
</env:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment