If you want to know what webservices calls you're supposed to make, you
can find the source code to a client online at
http://viewcvs.globus.org/viewcvs.cgi/ws-gram/client/java/source/src/org/globus/exec/client/?pathrev=globus_4_0_branch
or
http://viewcvs.globus.org/viewcvs.cgi/ws-gram/client/c/source/
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.
>
>