Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Condor 6.7.7 Web Services interface
- Date: Tue, 10 May 2005 13:36:22 +0100
- From: Garry Smith <garry.smith@xxxxxxxxxxxx>
- Subject: [Condor-users] Condor 6.7.7 Web Services interface
Hi,
condor v6.7.7.
Web Services interface
I want to interact with Condor using a Java Web services client.
Is there any up to date documentation/tutorials for this?
The birdbath examples are a bit out of date:
I have taken the condor WSDL files from condor6.7.7/lib/webservice and
generated them into *.java using wsdl2java utility from Apache Axis project.
The resulting code compiles fine. I then take the birdbath examples from:
http://www.cs.wisc.edu/condor/birdbath/SOAPScheddApiHelper.java and
http://www.cs.wisc.edu/condor/birdbath/SubmitJob.java.
When I compile the examples, it seems that the condor WS API has changed a
little from when the examples were written. I have created javadocs from the
condor wsdl generated files so that I can fix the birdbath examples.
Has anyone done this already, before I duplicate effort?
Thanks in advance.
regards
Garry