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. | |
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 sets in the message. If you do not set this parameter, CentraSite sets 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. The default value is 60000 milliseconds. | |
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. |