Dear all,
I would like to use Globus web services without globusrun-ws. With
this command everything is fine and running my programs with COG
is also ok. The point is I would like to know how to run a job
using only the web services. In perl it would start like that I guess:
#! /usr/bin/env perl
use SOAP::Lite;
my $goblusjob = SOAP::Lite ->\
service("file:/home/ricou/globus/ws/managed_job_factory_service.wsdl");
but then I don't know what to do.
If someone can help me.
Thanks in advance,
Olivier.
ps: BTW is it possible to keep the authentification and grid-proxy-init
then ? I cannot figure how the connection will be done.