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

Re: [Condor-users] C API



On Mon, May 24, 2010 at 12:33 AM, Mag Gam <magawake@xxxxxxxxx> wrote:
Is there a native C API for condor?

Instead of me using condor_q and condor_submit I would like to do this via C.

There's a SOAP API and from this you can create a native language API for most languages (though I'm not sure there's a C SOAP/WSDL library...definitely there is one for C++).

https://condor-wiki.cs.wisc.edu/index.cgi/wiki?p=SoapWisdom

Here's some C# help: http://ben.versionzero.org/wiki/Condor_SOAP_Interface

Here's some Java help: https://wiki.gridx1.ca/twiki/bin/view/Main/CondorSOAPClient

And Matt's original SOAP presentation: http://www.cs.wisc.edu/condor/CondorWeek2004/presentations/farrellee_soap.ppt

- Ian