DeregisterService


NAME

DeregisterService.pl - Script to deregister an existing BioMOBY Service

Top


SYNOPSIS

DeregisterService.pl --central_conf=``list_of_central_config_files'' --service_conf=``list_of_service_config_files''

Top


DESCRIPTION

 This script permit to deregister an existing BioMOBY service 
 using 2 types of configuration files:
 
 * central_conf:
    This file contains where to deregister your service,
    which mobycentral
    You can give a list of config files to register
    many centrals in one shot !
 
 * service_conf:
    This file contains mandatory information on the service,
    like, name and authURI
    You can give a list of config files: in that case,
    if a key is duplicated, the last value (in the 
    same order as your file list) overwrite the previous.
    
 
=head1 SUBROUTINES

procedure executeDeregistering

 Title        : executeDeregistering
 Usage        : &executeDeregistering($ra_input_articles,$ra_output_articles,$rh_secondary)
 Prerequisite : none
 Function     : Execute service deregistering on each mobycentral given as parameters
 Returns      : undef if OK 
 Args         : none
 Globals      : $O_PARAM

procedure ControlUsage

 Title        : ControlUsage
 Usage        : &ControlUsage()
 Prerequisite : none
 Function     : Control usage of program
 Returns      : undef if OK 
 Args         : $param_name Param to control
 Globals      : $O_PARAM

procedure PrintUsage

 Title        : PrintUsage
 Usage        : &PrintUsage()
 Prerequisite : none
 Function     : print usage of the program
 Returns      : none 
 Args         : none
 Globals      : none

Top

 DeregisterService