WCF Communicator Configuration
Configuration
WCF communicators require the following configuration:
| Name | Description |
|---|---|
| Uri | The URI describing the endpoint address of the WCF service. |
| Configuration | The configuration name of the WCF service. This is configured through the app.config of the service itself. |
| Authentication Type | The authentication method to be performed. |
| Domain | The domain name of the user specified in the authentication details. Only required if Authentication Type is Windows. |
| Username | The username to authenticate against the WCF service with. Only required if Authentication Type is Windows or Username. |
| Password | The password corresponding to the username provided. Only required if Authentication Type is Windows or Username. |
| Default Impersonation | Whether to override the default impersonation level behaviour. |
| Impersonation Level | The impersonation level to use when communicating with the WCF instance. Only required if Default Impersonation is NOT selected. |
Customer support service by UserEcho