The RequestHandler interface must be implemented on the server side by each Liberty-based identity service that uses the SOAP Binding Service. The Request Handler List attribute stores information about the implementation classes of the web services that implement the Request Handler. The Request Handler List displays entries that contain key/value pairs separated by a pipe as in: key=disco|class=com.example.identity.liberty.ws.disco.DiscoveryService.
This required parameter is the last part of the URI path to a SOAP endpoint. The SOAP endpoint in OpenSSO is the SOAP Receiver servlet. The URI to the SOAP Receiver is protocol://host:port/deploy-uri/Liberty/key. If you define disco as the key, the URI path to the SOAP endpoint for the corresponding Discovery Service would be: protocol://host:port/amserver/Liberty/disco. Different service clients use different keys when connecting to the SOAP Receiver.
This required parameter specifies the name of the Request Handler implementation class for the particular identity service. For example: class=com.example.identity.liberty.ws.disco.DiscoveryService.
This parameter carries an optional SOAP-specific URI.