I don't know that you can interact with the managed job factory service
without involving WSRF operations, particularly if you want to handle
cases where you need a delegated credential EPR.

You might be interested in WSRF::Lite, a perl WSRF implementation.  I
don't know if they support all the spec features, but it sounds closer to
what you're looking for.


Charles

On Thu, 7 Jun 2007, Olivier Ricou wrote:

> 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.
>
>

Reply via email to