[message:protected] => looks like we got no XML document $connect= new SoapClient('http://forum.domain.tdl/soap/server.php?wsdl'); $params=array( 'key' => 'thekey', 'password' => 'test', 'username' => 'test' ); $result=$connect->getLastPosts(20); print_r($result);