<br />
<b>Warning</b>: DOMDocument::load() [<a href='function.DOMDocument-load'>function.DOMDocument-load</a>]: Extra content at the end of the document in http://ws.dimuthu.org/blog/WordpressService.php?wsdl, line: 2 in <b>/mnt/var/wsfphpscripts/wsdl2php/wsf_class_writer.php</b> on line <b>320</b><br />
WSDL could not be loaded.<?php
try {
// create client in WSDL mode
$client = new WSClient(array ("wsdl" =>"http://ws.dimuthu.org/blog/WordpressService.php?wsdl",
));
// get proxy object reference form client
$proxy = $client->getProxy();
// create input object and set values
} catch (Exception $e) {
// in case of an error, process the fault
if ($e instanceof WSFault) {
printf("Soap Fault: %s\n", $e->Reason);
} else {
printf("Message = %s\n", $e->getMessage());
}
}
?>