When you create or update a Web Service connection, you can configure additional attributes, such as the connection ID and the connection name.
The following table describes attributes that you can use for Web Service connections:
Attribute | Description |
---|---|
id | Connection ID |
orgid | Organization ID. |
name | Connection name. |
description | Optional connection description. |
type | Connection type. Use SAP_ALE_IDoc_Reader. |
username | SAP user name with authorization on S_DATASET, S_TABU_DIS, S_PROGRAM, and B_BTCH_JOB objects. |
password | Password for the SAP user name. |
domin | Domain for authentication. Optional. |
serviceUrl | Domain for authentication. Optional. serviceUrl Endpoint URL for the web service that you want to access. The WSDL file specifies this URL in the location element. This attribute is the Endpoint URL field in the user interface. Optional. |
timeout | Secure Agent ID. Number of seconds Informatica Intelligent Cloud Services waits for a connection to the web service provider before it closes the connection and fails the session. Also, the number of seconds the Informatica Intelligent Cloud Services waits for a SOAP response after sending a SOAP request before it fails the session. Default is 60. Optional. |
trustCertificatesFile | File containing the bundle of trusted certificates that Informatica Intelligent Cloud Services uses when authenticating the SSL certificate of the web services provider. Default is ca-bundle.crt. Optional |
certificateFile | Client certificate that a web service provider uses when authenticating a client. You specify the client certificate file if the web service provider needs to authenticate Informatica Intelligent Cloud Services. Optional. |
certificateFilePassword | Password for the client certificate. You specify the certificate file password if the web service provider needs to authenticate Informatica Intelligent Cloud Services. Optional. |
certificateFileType | File type of the client certificate. You specify the certificate file type if the web service provider needs to authenticate the Integration Service. Use one of the following codes: PEM DER Optional |
privateKeyFile | Private key file for the client certificate. You specify the private key file if the web service provider needs to authenticate Informatica Intelligent Cloud Services. Optional. |
privateKeyPassword | Password for the private key of the client certificate. You specify the key password if the web service provider needs to authenticate Informatica Intelligent Cloud Services. Optional. |
privateKeyFileType | File type of the private key of the client certificate. You specify the key file type if the web service provider needs to authenticate Informatica Intelligent Cloud Services. If necessary, use PEM. Optional. |
authenticationType | Authentication type to use when the web service provider does not return an authentication type to Informatica Intelligent Cloud Services. Use one of the following options: Auto. The Integration Service attempts to determine the authentication type of the web service provider. Basic. Based on a non-encrypted user name and password. Digest. Based on an encrypted user name and password. NTLM. Based on encrypted user name, password, and domain. Default is Auto. Optional |
agentid | Secure Agent ID |