[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Soap Interface.



Hi,

After some further investigation, i cannot replicate the netcat example,
probably doing something wrong.
I have pear installed and working properly.

when i try to run something like:

require_once 'SOAP/Client.php';
$url = "" href="http://localhost:9618/condorSchedd.wsdl">http://localhost:9618/condorSchedd.wsdl';
$WSDL = new SOAP_WSDL($url);
$client = $WSDL->getVersionString();
$result = $client->StatusAndString;
 print_r($result);

I get the following error in my apache log:

PHP Fatal error:  Call to undefined method SOAP_WSDL::getVersionString()

Any ides?

Thanks,

Guy.