Description Syntax Example setPersonalEventConnection

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

Module: Oracle WebCenter Use with WLST: Online

10.12.2.1 Description

Edits a personal events server connection for a named WebCenter application.

10.12.2.2 Syntax

setPersonalEventConnectionappName, name, [webServiceUrl, adapterName, appId, default, server, applicationVersion] Argument Definition appName Name of the WebCenter application in which to perform this operation. For WebCenter Spaces, the name is always webcenter. name Name of an existing personal events server connection. webServiceUrl Optional. URL of the Web service exposing the event application. Use the format protocol:host:portappWebServiceInterface WSName adapterName Optional. 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 Optional. 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. 10-114 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.12.2.3 Example

The following example updates the Web service URL for a connection named MyPEConnection. wls:weblogicserverConfigsetPersonalEventConnectionappName=webcenter, name=MyPEConnection, webServiceUrl=http:myexchange.comEWSServices.wsdl The following example makes a connection named MyPEConnection the default connection for personal events services in WebCenter Spaces. wls:weblogicserverConfigsetPersonalEventConnectionappName=webcenter, name=MyPEConnection, default=1

10.12.3 listPersonalEventConnections