От: | nub_ | ||
Дата: | 17.12.10 14:17 | ||
Оценка: |
$client = new SoapClient("http://footballpool.dataaccess.eu/data/info.wso?wsdl",array("trace" => true,"exceptions" => false));
$res = $client->AllPlayersWithYellowOrRedCards(true, false, false);
var_dump($client->__getLastRequest());