11 Managing Instant Messaging and Presence

This chapter describes how to configure and manage instant messaging and presence (IMP) for WebCenter Portal.

Always use Fusion Middleware Control or WLST command-line tool to review and configure back-end tools and services for WebCenter Portal. Any changes that you make to these applications, postdeployment, are stored in MDS metatdata store as customizations. See Oracle WebCenter Portal Configuration Considerations.

Note:

Configuration changes for instant messaging and presence, through Fusion Middleware Control or using WLST, are not dynamic, so you must restart the managed server on which WebCenter Portal is deployed for changes to take effect. See Starting and Stopping Managed Servers for WebCenter Portal Application Deployments.

This chapter includes the following topics:

Permissions

To perform the tasks in this chapter, you must be granted the WebLogic Server Admin role through the Oracle WebLogic Server Administration Console and the Administrator role granted through WebCenter Portal Administration.

For more information about roles and permissions, see Understanding Administrative Operations, Roles, and Tools.

11.1 About Instant Messaging and Presence Connections

Instant Messaging and Presence (IMP) lets you see the presence status of other authenticated application users (online, offline, busy, or away), and it provides quick access to interaction options, such as instant messages (IM) and mail.

A single connection to a back-end presence server is required. WebCenter Portal is certified with Microsoft Lync 2010.

Note:

Oracle Beehive Server connections are not supported in this release.

You can register the presence server connection for your application through the Fusion Middleware Control Console or using WLST. You must mark a connection as active for IMP to work. You can register additional presence server connections, but only one connection is active at a time.

11.2 Instant Messaging and Presence Server Prerequisites

This section describes the Microsoft Lync 2010 prerequisites as the presence server for instant messaging and presence.

This section includes the following subsections:

11.2.1 Microsoft Lync - Installation

Refer to the Microsoft Lync 2010 documentation for installation information.

11.2.2 Microsoft Lync - Configuration

This section includes the following subsections:

To use Microsoft Lync 2010 as the presence server for IMP, you must deploy WebCenter Portal's Proxy application for Microsoft Lync 2010 in one of two topologies:

11.2.2.1 Simple Deployment

In this topology, WebCenter Portal's Proxy application is deployed in the Internet Information Services (IIS) server hosted on the Lync box.

  1. Install Microsoft Unified Communications Managed API (UCMA) 2.0 on the Lync box.

    For detailed information, see Installing UCMA v2.0.

  2. Deploy WebCenter Portal's Proxy application on the IIS server.

    This proxy application provides web services for interacting with the Lync server, and for sending and receiving information. WebCenter Portal talks to these web services and presents the data. For detailed information, see Installing WebCenter Portal's Proxy Application.

11.2.2.2 Remote Deployment

In this topology, WebCenter Portal's Proxy application is deployed on an IIS server remote to the Lync box. That is, the IIS server and the Lync server are hosted on separate machines.

Because this proxy application is hosted on a remote box, you must set up a trust between the application and the Lync server. This is known as provisioning an application. Provisioning is done through the Application Provisioner utility shipped with Microsoft UCMA v2.0.

Figure 11-1 provides an overview of the steps (including installing UCMA v2.0) to be performed on different deployment entities.

Figure 11-1 Microsoft Lync Configuration - Remote Deployment

Description of Figure 11-1 follows
Description of "Figure 11-1 Microsoft Lync Configuration - Remote Deployment"

The details of these steps are described in the following sections.

11.2.2.2.1 Building Application Provisioner

This section lists the steps Microsoft provides for provisioning other IIS servers to access Lync.

  1. Install Visual Studio 2008 on any developer box (not necessarily IIS/Lync).
  2. Install UCMA version 2.0 on the same box following the steps in Installing UCMA v2.0.

    The Application Provisioner application comes with the UCMA SDK.

  3. Go to the directory Sample Applications\Collaboration\ApplicationProvisioner under the location where you installed UCMA Core (for example, C:\Program Files\Microsoft Lync 2010 R2\UCMA SDK 2.0\UCMACore\Sample Applications\Collaboration\ApplicationProvisioner).
  4. Open the application in Visual Studio 2008 and edit the Application.cs file as per http://msdn.microsoft.com/en-us/library/gg448038.aspx.
  5. Build the application using Visual Studio 2008.

    This generates the ApplicationProvisioner.exe file.

  6. Copy the executable file to the Lync box.
  7. See the next step Provisioning WebCenter Portal's Proxy Application on Lync Server.
11.2.2.2.2 Provisioning WebCenter Portal's Proxy Application on Lync Server
  1. Run the OCSWMIBC.msi file that comes with the Lync setup package.

    When a UCMA 2.0 application is deployed directly against Lync Server 2010, the SIP domains used in the Lync Server 2010 environment must be added to the Office Communications Server 2007 R2 SIP domain list before you run the Merge-CsLegacyTopology cmdlet. The application is deployed as if it were being deployed against OCS 2007 R2, then migrated to run against Lync Server 2010. To add the domains, see Adding AllowedDomains Using WBemTest.

  2. Run the ApplicationProvisioner.exe file, generated in the previous section.

    The Application Provisioner dialog appears.

  3. In the Application Provisioner dialog, enter WebCenterProxyApplication as the name of your application for the Application name, and then click Find or Create.
  4. In the Create Application Pool dialog, select the pool for your application in the Lync Pool Fqdn list.
    • For Listening port, enter the listening port for your application (for example, 6001).

    • For Application server Fqdn, enter the fully qualified domain name (FQDN) of the computer on which the application is deployed. (This is the IIS box.)

    • If the application is deployed on two or more computers, then select the Load balanced application checkbox, and for Load balancer Fqdn, enter the FQDN of the load balancer.

    The application pool now appears in the Application Provisioner dialog.

  5. Double-click the server entry.

    The View Server dialog appears. Note the information shown there; that is, Server FQDN, port, and GRUU.

  6. Migrate the newly-created trusted entry to Lync Server 2010.
  7. Create a certificate on the Lync server with the subject name as the Server FQDN noted in the previous step using the Lync Certificate Wizard.

    This certificate is used to authorize the requests coming from the IIS server.

  8. After the certificate is created, view the certificate.
  9. On the Details tab click Copy to File.

    The Certificate Export Wizard appears.

  10. Export the certificate with the private key to a file.

    A .pfx (Personal Information Exchange) file with the certificate name is created.

  11. See the next step Adding AllowedDomains Using WBemTest.
11.2.2.2.3 Adding AllowedDomains Using WBemTest
  1. To start WBemTest.exe, type WBemTest in a command prompt window and press Enter.
  2. In the Windows Management Instrumentation Tester dialog, click Connect.
  3. In the Connect dialog, click Connect.
  4. In the Windows Management Instrumentation Tester dialog, click Enum Classes.
  5. In the Superclass Info dialog, click OK.
  6. In the Query Result dialog, scroll down to MSFT_SIPDomainData(), and double-click this entry.
  7. In the Object editor for MSFT_SIPDomainData dialog, click Instances.

    The Query Result dialog appears, displaying the InstanceIDs for any instances of the MSFT_SIPDomainData WMI class. These entries are the AllowedDomain entries.

  8. To add AllowedDomain entries, click Add.
  9. In the Instance of MSFT_SIPDomainData dialog, in the Properties listbox, double-click Address.
  10. In the Property Editor dialog, select the Not NULL radio button.
  11. In the Value text input pane, enter the Lync server domain; for example, contoso.com, and click Save Property.
  12. In the Instance of MSFT_SIPDomainData dialog, in the Properties listbox, double-click Authoritative, make sure that the Authoritative property is not Null and is set to False, and then click Save Property.
  13. In the Instance of MSFT_SIPDomainData dialog, in the Properties listbox, double-click Default Domain, make sure that the Default Domain property is not Null and is set to True, then click Save Property.
  14. In the Instance of MSFT_SIPDomainData dialog, click Save Object.
  15. Go to the next step Migrating Trusted Service Entries Using Topology Builder or PowerShell Cmdlets.
11.2.2.2.4 Migrating Trusted Service Entries Using Topology Builder or PowerShell Cmdlets

To migrate trusted service entries using Microsoft Lync Server 2010 Topology Builder:

  1. Launch Microsoft Lync Server 2010, Topology Builder.

  2. After the existing topology is loaded, under Action, select Merge 2007 or 2007 R2 Topology.

  3. Go through the resulting wizard, keeping the default options.

  4. Select Publish Topology and complete the wizard, as in the previous step.

  5. After the wizard has finished, check that it completed successfully.

    There should be no errors in the user interface.

To migrate trusted service entries using Microsoft Lync Server 2010 PowerShell Cmdlets:

  1. From the Start menu, in the Microsoft Lync Server 2010 program group, open Lync Server Management Shell.
  2. Run the following PowerShell cmdlet:
    Merge-CsLegacyTopology -TopologyXmlFileName D:\output.xml
    
  3. Run the following PowerShell cmdlet:
    Publish-CsTopology -FileName D:\output.xml
    
11.2.2.2.5 IIS Server Configuration

Because the IIS server hosts WebCenter Portal's Proxy application in the remote deployment scenario, use the information from the previous section to make it a trusted authority.

  1. Install the certificate issued by the Lync server with the private key: Copy the .pfx file generated in step 7 in Provisioning WebCenter Portal's Proxy Application on Lync Server to the IIS box, and double-click it.

    The Certificate Import wizard appears.

  2. Import the certificate in Personal Folder under LOCAL_MACHINE
  3. Make an entry in C:/WINDOWS/system32/drivers/etc/hosts for the pool name of the Lync server as follows:
    <ip-address-of-lync-box> <poolname-of-lync-box>
    

    For example:

    10.177.252.146 pool01.example.com
    
  4. Because the IIS server hosts WebCenter Portal's Proxy application, install Microsoft UCMA v2.0 on it.

    For detailed information, see Installing UCMA v2.0.

  5. After UCMA is installed, deploy this proxy application on the IIS server.

    WebCenter Portal's Proxy application provides web services for interacting with Lync, and for sending and receiving information. WebCenter Portal talks to these web services and presents the data. For detailed information, see Installing WebCenter Portal's Proxy Application.

  6. Go to the location where WebCenter Portal's Proxy application was extracted, and open Web.config and edit the appSettings XML node to add the values noted in Step 7 in the previous section (Section 12.2.2.2.5, "IIS Server Configuration").

    Make sure to set the value for RemoteDeployment to true. For example, the appsettings XML node should look somewhat like this.

    <appSettings>
      <add key="ApplicationName" value="WebCenterProxyApplication"/>
      <add key="RemoteDeployment" value="true"/>
      <add key="ApplicationFQDN" value="iis.server.com"/>
      <add key="ApplicationGRUU" value="sip:iis.server.com@EXAMPLE.COM;gruu;opaque=srvr:WebCenterProxyApplication:7mhSo94PlUK-5Q2bKPLyMAAA"/>
      <add key="ApplicationPort" value="6001"/>
    </appSettings> 
    

Note:

If you see the following exception in the log file:

ErrorCode = -2146893039
FailureReason = NoAuthenticatingAuthority
e.Message = "Unable to perform authentication of credentials."
base {Microsoft.Rtc.Signaling.FailureResponseException} = {"Unable to perform authentication of credentials."}
InnerException = {"NegotiateSecurityAssociation failed, error: \-2146893039"}

then add the following entry to Web.config:

<identity impersonate="true" userName="Administrator" password="MyPassword*"/>

where username is the administrator's user name, and password is the administrator's password.

The trust is established, and WebCenter Portal's Proxy application can talk to the Lync server.

11.2.2.2.6 Installing UCMA v2.0

Microsoft Unified Communications Managed API v2.0 (UCMA) is an endpoint API that allows advanced developers to build server applications that can interact with the Lync environment.

In a simple deployment, the UCMA is installed on the same box as Lync. In a remote deployment, the Lync core libraries are installed on the Lync box, and the UCMA is installed on the IIS (proxy) box.

  1. Download UCMA v2.0 installation from the following location: http://www.microsoft.com/en-us/download/details.aspx?id=9781
  2. Download and run the UcmaSDKWebDownload.msi file.

    Setup files are extracted to the folder C:\Microsoft Unified Communications Managed API 2.0 SDK Installer package\amd64

  3. Go to the directory (where the files from the previous step were extracted) and run vcredist_x86.exe.

    Run-time components of Visual C++ Libraries, required for UCMA APIs, are installed.

  4. Go to the directory called Setup and run UcmaRedist.msi.

    UCMA 2.0 assemblies in the GAC are installed.

11.2.2.2.7 Installing WebCenter Portal's Proxy Application
  1. Extract owc_ocs2007.zip. The zip file is available in WebCenter Companion Adapters, which you can download from OTN. Navigate to the Downloads page of WebCenter Portal, and download WebCenter Companion Adapters from under the Prerequisites and Recommended Install Process section.

    A directory named OCSWebServices is created.

  2. Open the Internet Information Services (IIS) Manager.
  3. Expand the server node and then Sites in the IIS Manager.
  4. Right-click Lync Internal Web Site, and then select Add Application.
  5. In the Add Application wizard, enter an alias for the virtual directory in the Alias field, for example RTC.
  6. Enter the path to the directory extracted from the owc_ocs2007.zip file, and then click OK.

    For example, if you extracted the zip file in C:\, then enter C:\OCSWebServices. Alternatively, use the Browse button to navigate to that directory. Click OK.

  7. Right-click the newly created application and select Edit Permissions to open the Properties dialog.
  8. In the Security tab, edit permissions to grant user Everyone read permission.
  9. Test the Web service by accessing the website using the following URL format: http://localhost/lync_internal_web_site/OCSWebService.asmx.

    where lync_internal_web_site is the virtual directory you created for the Oracle RTC Web service.

    For example:

    http://localhost/RTC/OCSWebService.asmx

11.2.3 Microsoft Lync - Security Considerations

You must configure an external application for Microsoft Lync connections so that users can supply credentials to authenticate themselves on the Lync server.

With a secured application, users get presence status. With Lync, if security is required, then Lync should be on a private trusted network.

Lync provides an option for changing external credentials, which works as an alternative to using an external application. A logged-in user can click any Presence tag and select Change Credentials from the menu.

For more information, see Registering Instant Messaging and Presence Servers Using Fusion Middleware Control.

11.3 Registering Instant Messaging and Presence Servers

You can register multiple presence server connections with WebCenter Portal, but only one of them is active at a time.

To start using the new (active) presence server you must restart the managed server on which WebCenter Portal is deployed.

This section includes the following subsections:

11.3.1 Registering Instant Messaging and Presence Servers Using Fusion Middleware Control

To register a presence server connection:

  1. Log in to Fusion Middleware Control and navigate to the home page for WebCenter Portal. For more information, see Navigating to the Home Page for WebCenter Portal.
  2. From the WebCenter Portal menu, select Settings > Service Configuration.
  3. On the WebCenter Portal Service Configuration page, select Instant Messaging and Presence.
  4. To connect to a new presence server, click Add (Figure 11-2).

    Figure 11-2 Configuring Instant Messaging and Presence

    Description of Figure 11-2 follows
    Description of "Figure 11-2 Configuring Instant Messaging and Presence"
  5. Enter a unique name for this connection, specify the presence server type, and indicate whether this connection is the active (or default) connection for the application (Table 11-1).

    Table 11-1 Instant Messaging and Presence Connection - Name

    Field Description

    Connection Name

    Enter a unique name for the connection. The name must be unique (across all connection types) within WebCenter Portal.

    Connection Type

    Specify the type of presence server:

    Note: Microsoft Lync connections use the Microsoft Office Communications Server 2010 connection type. (Oracle Beehive Server connections are not supported in this release.)

    Active Connection

    Select to use this connection in WebCenter Portal for instant messaging and presence.

    While you can register multiple presence server connections for an application, only one connection is used by IMP—the default (or active) connection.

  6. Enter connection details for the server hosting instant messaging and presence (Table 11-2).

    Table 11-2 Instant Messaging and Presence Connection - Connection Details

    Field Description

    Server URL

    Enter the URL of the server hosting instant messaging and presence.

    For example: http://mylynchost.com:8888

    User Domain

    Enter the name of the Active Directory domain (on the Microsoft Office Communications Server) that is associated with this connection. The user domain is mandatory for Lync connections.

    Refer to Microsoft documentation for details on the user domain.

    Pool Name

    Enter the name of the pool that is associated with this connection. The pool name is mandatory.

    Refer to Microsoft documentation for details on the pool name.

    Associated External Application

    Associate the instant messaging and presence server with an external application. External application credential information is used to authenticate users against the instant messaging and presence server.

    An external application is mandatory.

    You can select an existing external application from the list, or click Create New to configure a new external application.

    The external application you configure for instant messaging and presence must use the POST authentication method, and specify an additional field named Account (Name property) that is configured to Display to User (checked). For more information, see Managing External Applications.

  7. Enter a timeout in the Advanced Configuration field (Table 11-4).

    Table 11-3 Instant Messaging and Presence Connection - Advanced Configuration

    Field Description

    Connection Timeout (seconds)

    Specify a suitable timeout for the connection.

    This is the length of time (in seconds) WebCenter Portal waits for a response from the presence server before issuing a connection timeout message.

    The default is -1 which means that the default is used. The default is 10 seconds.

  8. Sometimes, additional parameters are required to connect to the presence server.

    If additional parameters are required to connect to the presence server, expand Additional Properties and enter details as required (Table 11-4).

    Table 11-4 Instant Messaging and Presence Connection - Additional Properties

    Field Description

    Add

    Click Add to specify an additional connection parameter:

    • Property Name -Enter the name of the connection property.

    • Property Value - Enter the default value for the property.

    • Is Property Secured - Indicate whether encryption is required. When selected, the property value is stored securely using encryption.

      For example, select this option to secure the admin.password property where the value is the actual password.

    Delete

    Click Delete to remove a selected property.

    Select the correct row before clicking Delete.

    Note: Deleted rows appear disabled until you click OK.

  9. Click OK to save this connection.
  10. To start using the new (active) connection you must restart the managed server on which WebCenter Portal is deployed.

11.3.2 Registering Instant Messaging and Presence Servers Using WLST

Use the WLST command createIMPConnection to create a presence server connection. For command syntax and examples, see createIMPConnection in WebCenter WLST Command Reference.

For information on how to run WLST commands, see Running Oracle WebLogic Scripting Tool (WLST) Commands.

To configure instant messaging and presence to actively use a new IMP connection, set default=true. For more information, see Choosing the Active Connection for Instant Messaging and Presence Using WLST.

Note:

To start using the new (active) connection you must restart the managed server on which WebCenter Portal is deployed. For more information, see Starting and Stopping Managed Servers Using the Command Line in Administering Oracle Fusion Middleware.

11.4 Choosing the Active Connection for Instant Messaging and Presence

You can register multiple instant messaging and presence server connections with WebCenter Portal, but only one connection is active at a time. The active connection becomes the back-end presence server for WebCenter Portal.

This section includes the following subsections:

11.4.1 Choosing the Active Connection for Instant Messaging and Presence Using Fusion Middleware Control

To change the active connection:

  1. Log in to Fusion Middleware Control and navigate to the home page for WebCenter Portal. For more information, see Navigating to the Home Page for WebCenter Portal.
  2. From the WebCenter Portal menu, select Settings > Service Configuration.
  3. On the WebCenter Portal Services Configuration page, select Instant Messaging and Presence.

    The Manage Instant Messaging and Presence Connections table indicates the current active connection, if any.

  4. Select the connection you want to make the active (or default) connection, and then click Edit.
  5. Select the Active Connection check box.
  6. Click OK to update the connection.
  7. To start using the new (active) connection you must restart the managed server on which WebCenter Portal is deployed.

11.4.2 Choosing the Active Connection for Instant Messaging and Presence Using WLST

Use the WLST command setIMPConnection with default=true to activate an existing presence server connection. For command syntax and examples, see setIMPConnection in WebCenter WLST Command Reference.

To disable a presence server connection, either delete it, make another connection the 'active connection,' or use the removeIMPServiceProperty command:

removeIMPServiceProperty('appName='webcenter', property='selected.connection')

Using this command, connection details are retained but the connection is no longer named as an active connection. For more information, see removeIMPServiceProperty in WebCenter WLST Command Reference.

For information on how to run WLST commands, see Running Oracle WebLogic Scripting Tool (WLST) Commands.

Note:

To start using this active connection you must restart the managed server on which WebCenter Portal is deployed. For more information, see Starting and Stopping Managed Servers Using the Command Line in Administering Oracle Fusion Middleware.

11.5 Modifying Instant Messaging and Presence Connection Details

You can modify instant messaging and presence server connection details at any time.

To start using an updated (active) connection you must restart the managed server on which WebCenter Portal is deployed.

This section includes the following subsections:

11.5.1 Modifying Instant Messaging and Presence Connections Details Using Fusion Middleware Control

To update connection details for an instant messaging and presence server:

  1. Log in to Fusion Middleware Control and navigate to the home page for WebCenter Portal. For more information, see Navigating to the Home Page for WebCenter Portal.
  2. From the WebCenter Portal menu, select Settings > Service Configuration.
  3. On the WebCenter Portal Service Configuration page, select Instant Messaging and Presence.
  4. Select the connection name, and click Edit.
  5. Edit connection details, as required.

    For detailed parameter information, see Table 11-2.

  6. Click OK to save your changes.
  7. To start using the updated (active) connection you must restart the managed server on which WebCenter Portal is deployed.

11.5.2 Modifying Instant Messaging and Presence Connections Details Using WLST

Use the WLST command setIMPConnection to edit presence server connection details. For command syntax and examples, see setIMPConnection in WebCenter WLST Command Reference.

If additional parameters are required to connect to your presence server, then use the setIMPConnectionProperty command. For more information, see setIMPConnectionProperty in WebCenter WLST Command Reference.

For information on how to run WLST commands, see Running Oracle WebLogic Scripting Tool (WLST) Commands.

Note:

To start using the updated (active) connection you must restart the managed server on which WebCenter Portal is deployed. For more information, see Starting and Stopping Managed Servers in Administering Oracle Fusion Middleware.

11.6 Deleting Instant Messaging and Presence Connections

You can delete instant messaging and presence connections at any time, but use caution when deleting the active connection. When you delete the active connection, user presence options are not available, as these require a back-end instant messaging and presence server.

When you delete a connection, consider deleting the external application associated with instant messaging and presence if the application's sole purpose was to support it. For more information, see Deleting External Application Connections.

This section includes the following subsections:

11.6.1 Deleting Instant Messaging and Presence Connections Using Fusion Middleware Control

To delete an instant messaging and presence server connection:

  1. Log in to Fusion Middleware Control and navigate to the home page for WebCenter Portal. For more information, see Navigating to the Home Page for WebCenter Portal.
  2. From the WebCenter Portal menu, select Settings > Service Configuration.
  3. On the WebCenter Portal Service Configuration page, select Instant Messaging and Presence.
  4. Select the connection name, and click Delete.
  5. To make this change you must restart the managed server on which WebCenter Portal is deployed.

    For more information, see Starting and Stopping Managed Servers for WebCenter Portal Application Deployments.

    Note:

    Before restarting the managed server, mark another connection as active; otherwise, Instant Messaging and Presence is disabled.

11.6.2 Deleting Instant Messaging and Presence Connections Using WLST

Use the WLST command deleteConnection to remove a presence server connection. For command syntax and examples, see deleteConnection in WebCenter WLST Command Reference.

For information on how to run WLST commands, see Running Oracle WebLogic Scripting Tool (WLST) Commands.

11.7 Setting Up Instant Messaging and Presence Defaults

Use the WLST command setIMPServiceProperty to set defaults for IMP:

  • selected.connection: Connection used by instant messaging and presence.

  • rtc.cache.time: Cache timeout for instant messaging and presence data.

  • resolve.display.name.from.user.profile: Determines what to display if user display names are missing. When set to 0, and display name information is unavailable, only the user name displays in the application. When set to 1, and display name information is unavailable, display names are read from user profile data. Setting this option to 1 impacts performance. The default setting is 0.

    Display names are not mandatory in presence data. If the application does not always provide display names by default and you consider this information important, set resolve.display.name.from.user.profile to 1 so that display names always display.

  • im.address.resolver.class: Resolver implementation used to map user names to IM addresses and IM addresses to user names. The default setting is oracle.webcenter.collab.rtc.IMPAddressResolverImpl. This implementation looks for IM addresses in the following places and order:

    • User Preferences

    • User Credentials

    • User Profiles

  • im.address.profile.attribute: User profile attribute used to determine a user's IM address. The default setting is BUSINESS_EMAIL. Users can change this default with im.address.profile.attribute.

For command syntax and detailed examples, see setIMPServiceProperty in WebCenter WLST Command Reference.

For information on how to run WLST commands, see Running Oracle WebLogic Scripting Tool (WLST) Commands.

11.8 Testing Instant Messaging and Presence Connections

Oracle RTC web services expose a set of web methods that you can invoke to test validity. To verify a connection, try accessing the web service endpoints. The following examples assume the application context path is /RTC:

  • protocol://host/RTC/ApplicationConfigurationService.asmx

  • protocol://host/RTC/RTCService.asmx

  • protocol://host/RTC/OCSWebService.asmx