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

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