Description Syntax Example createPersonalEventConnection

10-112 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference Use with WLST: Online

10.12.1.1 Description

Creates a personal events server connection for a named WebCenter application. The Personal Events service supports connections to Microsoft Exchange Server 2003 and Microsoft Exchange Server 2007. While you can register multiple personal events connections for a WebCenter application, only one connection is used for personal events services - the default or active connection.

10.12.1.2 Syntax

createPersonalEventConnectionappName, name, webServiceUrl, adapterName, appId, [default, server, applicationVersion]

10.12.1.3 Example

The following example creates a connection named MyPEConnection for WebCenter Spaces appName=webcenter. The connection points to a Microsoft Exchange Argument Definition appName Name of the WebCenter application in which to perform this operation. For WebCenter Spaces, the name is always webcenter. name Connection name. The name must be unique across all connection types within the WebCenter application. webServiceUrl URL of the Web service exposing the event application. Use the format protocol:host:portappWebServiceInterface WSName adapterName Specify the adapter that matches the personal events server. Valid values are MSEx2003 and MSEx2007. Choose MSEx2003 for Microsoft Exchange Server 2003 and MSEx2007 for Microsoft Exchange Server 2007. Each adapter has its own mechanism of authenticating and exchanging data appId External application associated with the Microsoft Exchange Server providing personal events services. If specified, external application credential information is used to authenticate users against the Microsoft Exchange Server. default Optional. Indicates whether this connection is the default connection for the Personal Events service. Valid values are 1 true and 0 false. The default for this argument is 0. To specify that the Personal Events service uses this connection, set the value to 1. While you can register multiple connections for a WebCenter application, only one connection is used for personal event services—the default or active connection. server Optional. Name of the managed server where the WebCenter application is deployed. For example, WC_Spaces. Required when applications with the same name are deployed to different servers and also when you have a cluster. applicationVersion Optional. Version number of the deployed application. Required if more than one version of the WebCenter application is deployed. Oracle WebCenter Custom WLST Commands 10-113 Server 2007 and is designated as the default connection for the Personal Events service. wls:weblogicserverConfigcreatePersonalEventConnectionappName=webcenter, name=MyPEConnection, webServiceUrl=http:myexchange.comEWSServices.wsdl, adapterName=MSEx2007, appId=ExtPEApp, default=1 The following example creates a connection named MyPEConnection for a WebCenter Spaces. The connection points to a Microsoft Exchange Server 2003. wls:weblogicserverConfigcreatePersonalEventConnectionappName=webcenter, name=MyPEConnection,webServiceUrl=http:myexchange.comExchangeWSPersonalEven tsWebService.asmx, adapterName=MSEx2003, appId=ExtPEApp

10.12.2 setPersonalEventConnection