[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Re: SOAP querying for Schedds
- Date: Fri, 22 Jul 2005 18:02:44 +0000
- From: Juan Ignacio Sánchez Lara <juanignaciosl@xxxxxxxxx>
- Subject: [Condor-users] Re: SOAP querying for Schedds
Auto-reply:
$proxy = $this->_collector->getProxy();
$schedds = $proxy->queryScheddAds(array('constraint' => 'Name=="'.$this->_host_envio.'"'));
It seems asking here helps me :-)
On 7/22/05, Juan Ignacio Sánchez Lara <juanignaciosl@xxxxxxxxx> wrote:
Hello,
I use the following PHP NuSoap method in order to retrieve Schedds ClassAds:
$schedds = $this->_collector->call('queryScheddAds', array(array("constraint", "OpSys==\"WINNT\"")));
The problem is I get all of them, not only the ones which meet the requirements...
Any ideas?
--
Juan Ignacio Sánchez Lara
Ingeniero Técnico en Informática de Sistemas
--
Juan Ignacio Sánchez Lara
Ingeniero Técnico en Informática de Sistemas