Quote:
Originally Posted by Disi
Useing vB 3.6.3
PHP Code:
[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);
Any idea?
|
Any luck solving this "looks like we got no XML document" error? I'm getting it - using 3.6.2.