{section: Additional Examples}
 
+{link: http://spinningmatt.wordpress.com/2009/11/02/submitting-a-workflow-to-condor-via-soap-using-java/ This blog post} explains how to submit a DAGman job to Condor using the SOAP interface from Java.
+
 Here are a few additional examples of using the Condor SOAP interface, this time in Perl.  These examples assume that the _condor_schedd_ has been configured to run on well-known port 8080 as described above. Note that you should be using a very recent version of the SOAP::Lite module. 0.60 won't work, 0.712 will.
 
 {subsection: Get Version String in Perl}