WebORB service browser includes a module for visualizing WCF services in the management console. The module is registered in the product's configuration file - weborb.config. See the <serviceBrowsers> section in the file:
<serviceBrowser><className>Weborb.Management.ServiceBrowser.Browser.WCFBrowser</className></serviceBrowser>
The section is enabled by default. WCF services hosted by IIS must be registered in application's web.config. The service browser module retrieves the configuration and displays the services in the management console's Services tree:

WCF Service Browser loads the <system.serviceModel> configuration from web.config and displays the services registered there.