Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] condor soap api with python
- Date: Mon, 11 Jul 2011 12:39:36 -0500
- From: Todd Tannenbaum <tannenba@xxxxxxxxxxx>
- Subject: Re: [Condor-users] condor soap api with python
shivam tiwari wrote:
Hi,
I need to connect with condor using soap api of condor, I am using
python but did not find any good examples on internet to do that.
Please help me
Perhaps this URL would help:
https://condor-wiki.cs.wisc.edu/index.cgi/wiki?p=SoapWisdom
It includes some examples of Python clients talking to Condor via SOAP
(using the python suds modules).
Todd