WSRR administration commands

You can use the WebSphere® Services Registry and Repository (WSRR) administration commands to configure WSRR definitions, instead of using the administrative console.

Introduction

IBM® Business Process Manager supports the use of the WSRR product, which allows the storage and retrieval of services endpoints and mediation policies.

WSRR is installed as an enterprise application and provides a web service interface that allows you to connect Endpoint Lookup mediation primitives and Policy Resolution mediation primitives to a registry instance (as part of a mediation flow). You can use the Endpoint Lookup mediation primitive to look up services, and the Policy Resolution mediation primitive to find mediation policies.

The WSRR administration commands are run using the AdminTask object of the wsadmin scripting client.
  • Locate the command that starts the wsadmin scripting client: this is found in the install_root\bin directory.
  • Run the wsadmin command.
    • If the server is not running, use the -conntype none option.
    • If you are not connecting to the default profile, use the -profileName profile_name option.
Use the following command to list all the WSRR administrative commands.
$AdminTask help SIBXWSRRAdminCommands
Use the following command to get detailed help on a particular command.
$AdminTask help command_name

If these commands throws exceptions, they are of the type: public class WSRRDefinitionException