NAME

GLite::Data::SEIndex


DESCRIPTION

GLite::Data::FileCatalog module provides a Perl client library for the SEIndex interface.


METHODS

The methods die if there was a SOAP fault. The fault string and details are added to the die message.

new($URL)
Creates an SEIndex object, which is initialized with the approriate SOAP endpoint. If the URL uses https protocol, then it will do the HTTPS initialization (locating proxy certificate) as well.

Note: you have to include the VO name in the URL!

    my $srv = GLite::Data::SEIndex->new('https://service.glite.org:8443/example');

string[] listSEbyLFN(string lfn)
string[] listSEbyGUID(string guid)
string getVersion()
string getSchemaVersion()
string getInterfaceVersion()
string getServiceMetadata(string key)


TYPES

ArrayOf_soapenc_string
    my $myArrayOf_soapenc_string = [ 'string1', 'string2', ...];
CatalogException
    my $myCatalogException = {
        message => 'string'
    };
InternalException
    my $myInternalException = new CatalogException (
        
    );
AuthorizationException
    my $myAuthorizationException = new CatalogException (
        
    );
NotExistsException
    my $myNotExistsException = new CatalogException (
        
    );


SEE ALSO

the GLite::HTTPS manpage


AUTHORS

Copyright (c) 2004 CERN, on behalf of the EU EGEE project. For license conditions see LICENSE file or http://www.edg.org/license.html.