The WhoIsGoingToBePresident? XML API

This is an XML API that returns the predicted results of the 2004 presidential election based on the polling data collected by the Electoral Vote Predictor.

RELEVANT URLS:

CURRENT RESULTS:

Bush -
Kerry -

SOAP REQUEST:
POST /president/server.php HTTP/1.0 User-Agent: NuSOAP/0.6.8 (1.76) Host: dietrich.ganx4.com Content-Type: text/xml; charset=ISO-8859-1 SOAPAction: "" Content-Length: 525 <?xml version="1.0" encoding="ISO-8859-1"?> <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="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/" xmlns:si="http://soapinterop.org/xsd"> <SOAP-ENV:Body> <ns1:whoisgoingtobepresident xmlns:ns1="http://testuri.org"> </ns1:whoisgoingtobepresident> </SOAP-ENV:Body> </SOAP-ENV:Envelope>SOAP RESPONSE:
HTTP/1.1 200 OK Date: Thu, 24 Jul 2008 08:27:59 GMT Server: Apache X-Powered-By: PHP/4.4.1 X-SOAP-Server: NuSOAP/0.6.8 (1.76) Content-Length: 620 Connection: close Content-Type: text/xml; charset=ISO-8859-1 <?xml version="1.0" encoding="ISO-8859-1"?> <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="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/" xmlns:si="http://soapinterop.org/xsd" xmlns:tns="http://dietrich.ganx4.com/"> <SOAP-ENV:Body> <ns1:whoisgoingtobepresidentResponse xmlns:ns1="http://testuri.org"> <return xsi:type="tns:results"> </return> </ns1:whoisgoingtobepresidentResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>