GLite::Data::SEIndex
GLite::Data::FileCatalog module provides a Perl client library for the SEIndex interface.
The methods die if there was a SOAP fault. The fault string and details are added to the die message.
Note: you have to include the VO name in the URL!
my $srv = GLite::Data::SEIndex->new('https://service.glite.org:8443/example');
my $myArrayOf_soapenc_string = [ 'string1', 'string2', ...];
my $myCatalogException = { message => 'string' };
my $myInternalException = new CatalogException ( );
my $myAuthorizationException = new CatalogException ( );
my $myNotExistsException = new CatalogException ( );
Copyright (c) 2004 CERN, on behalf of the EU EGEE project. For license conditions see LICENSE file or http://www.edg.org/license.html.