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. This message can include substitution tokens, if you want to insert run-time data into it. For available tokens, see the list of Substitution Tokens shown in the
Send Email Notification action. <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 an 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. Example: application/soap+xml; charset=utf-8 If you do not specify Content Type, the value application/soap+xml is assigned to the SOAP request. |