CentraSite Documentation : CentraSite Administrator’s Guide : Suite Usage Aspects : Using CentraSite with ARIS : Activating the Lifecycle Models and Design/Change-Time Policies That ARIS Uses : Activating the ARIS-Related LCMs and Policies : Configuring the ARIS Change-Notification Policies
Configuring the ARIS Change-Notification Policies
Use the following procedure to configure the Notify ARIS Service action in the ARIS change-notification policies (i.e., the Notify ARIS on Service Changes, Notify ARIS on Service Completion and Notify ARIS on Service Deletion policies). The change-notification policies inform the ARIS server of changes that have been made to objects in the registry that belong to ARIS.
To configure a change-notification policy
1. Go to Policies > Design/Change Time to display the policy list.
2. Enable the Show Predefined Policies option to display the predefined policies that CentraSite provides.
3. Click the policy that you want to configure.
4. Click the Notify ARIS Service action on the Actions tab to open the Edit Action Parameters page, and then do the following.
a. Set the following parameters:
Parameter
Description
HTTP Basic Auth Enabled
Boolean Specifies whether the service is secured by Basic HTTP authentication.
If you enable this option, you can optionally specify the user ID and password that CentraSite is to submit when it invokes the service in the following parameters. If you leave these parameters empty, CentraSite will submit the credentials belonging to the user who triggered this policy action.
HTTP Basic Auth Username
The user ID that you want CentraSite to submit for HTTP basic authentication (if you do not want CentraSite to submit the user ID of the user who triggered the policy).
HTTP Basic Auth Password
The password associated with the user ID specified in HTTP Basic Auth Username.
SOAP Request Message
String The SOAP message that CentraSite is to submit to the ARIS service. The default message (shown below) includes substitution tokens that insert run-time data into the message. The substitution tokens are described in the documentation for the Send Email Notification action in the CentraSite User’s Guide . You can use these substitution tokens to customize this message.
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:web="http://www.idsscheer.com/age/webMethods/">
<soapenv:Header/>
<soapenv:Body>
<web:UpdateServiceRequest>
<dbname>${context.ARIS_DB_CONTEXT}</dbname>
<language>${user.locale}</language>
<serviceDetail>
<guid>${entity.key}</guid>
<name>${entity.name}</name>
<url>${entity.URL}</url>
<lifeCycleState>${entity.state}
</lifeCycleState>
<owner>${entity.owner}</owner>
<description>${entity.description}
</description>
<organization>${entity.organization}
</organization>
<version>${entity.version}</version>
${entity.attribute.Operations}
</serviceDetail>
</web:UpdateServiceRequest>
</soapenv:Body>
</soapenv:Envelope>
SOAP Action
String The SOAP action that CentraSite will set in the message. If you do not set this parameter, CentraSite will set the SOAP action to the empty string.
Connection Timeout (in milliseconds)
Number The length of time in milliseconds that CentraSite will wait for a response from the remote machine. If the timeout limit is exceeded, the policy action fails.
Content Type
String The value that CentraSite is to assign to the Content-Type header in the SOAP request that it submits to the service. Default: text/xml.
b. Click Save to save the parameter settings.
5. Click Save to save the updated policy.
6. Activate the policy. For more information, see the CentraSite User’s Guide .
Copyright © Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback