PowerCenter
- PowerCenter 10.4.0
- All Products
Property
| Description
|
---|---|
User Name
| User name that the web service requires. If the web service does not require a user name, enter PmNullUser.
To define the user name in the parameter file, enter session parameter $Param Name as the user name, and define the value in the session or workflow parameter file. The Integration Service interprets user names that start with $Param as session parameters.
|
Use Parameter in Password
| Indicates the web service password is a session parameter, $Param Name . Define the password in the workflow or session parameter file, and encrypt it by using the
pmpasswd CRYPT_DATA option. Default is disabled.
|
Password
| Password that the web service requires. If the web service does not require a password, enter PmNullPasswd.
|
Code Page
| Connection code page. The Repository Service uses the character set encoded in the repository code page when writing data to the repository.
|
End Point URL
| Endpoint URL for the web service that you want to access. The WSDL file specifies this URL in the location element.
You can use session parameter $Param Name , a mapping parameter, or a mapping variable as the endpoint URL. For example, you can use a session parameter, $ParamMyURL, as the endpoint URL, and set $ParamMyURL to the URL in the parameter file.
|
Domain
| Domain for authentication.
|
Timeout
| Number of seconds the Integration Service waits for a connection to the web service provider before it closes the connection and fails the session. Also, the number of seconds the Integration Service waits for a SOAP response after sending a SOAP request before it fails the session. Default is 60 seconds.
|
Trust Certificates File
| File containing the bundle of trusted certificates that the Integration Service uses when authenticating the SSL certificate of the web services provider. Default is ca-bundle.crt.
|
Certificate File
| 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 the Integration Service.
|
Certificate File Password
| Password for the client certificate. You specify the certificate file password if the web service provider needs to authenticate the Integration Service.
|
Certificate File Type
| File type of the client certificate. You specify the certificate file type if the web service provider needs to authenticate the Integration Service. The file type can be either PEM or DER.
|
Private Key File
| Private key file for the client certificate. You specify the private key file if the web service provider needs to authenticate the Integration Service.
|
Key Password
| Password for the private key of the client certificate. You specify the key password if the web service provider needs to authenticate the Integration Service.
|
Key File Type
| File type of the private key of the client certificate. You specify the key file type if the web service provider needs to authenticate the Integration Service. PowerExchange for Web Services requires the PEM file type for SSL authentication.
|
Authentication Type
| Select one of the following authentication types to use when the web service provider does not return an authentication type to the Integration Service:
Default is Auto.
|