
LS::Authority::WSDL::Constants - Perl module containing constants used in the LSID WSDL module.

use LS::Authority::WSDL::Constants; print "HTTP Protocol: " . $LS::Authority::WSDL::Protocols::HTTP . "\n";


LS::Authority::WSDL::Protocols
Helper function to map a protocol on to its URI.
Parameters:
$protocol - A string containing the protocol scheme
Returns:
undef if there is an error or the protocol does not have a URI
or, the URI of the protocol
Looks up the protocol scheme name for a given URI.
Parameters:
$lookupURI - The URI used to locate the protocol scheme
Returns:
undef if there is an error or the protocol scheme is not found otherwise,
the protocol scheme is returned

Copyright (c) 2004 IBM Corporation. All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at http://www.opensource.org/licenses/cpl.php