To
remove a service reference from the SIS,
use the following sis-console command, Ant task, or related MBean operation.
Ant task
removeserviceref
Task  | 
<removeserviceref name="..."/>  | 
|---|---|
Example  | 
To remove a service reference called  <sis-management>
    <removeserviceref name="VPN"/>
</sis-management>
 | 
MBean operation
MBean  | 
|---|
removeServiceRef
Operation  | 
To remove a service reference: public void removeServiceRef(ServiceRefID serviceRefID)
    throws NullPointerException, UnrecognizedComponentException,
           DependencyException, ManagementException;
 | 
|---|
