WCF Communicator Configuration

Configuration

WCF communicators require the following configuration:

NameDescription
UriThe URI describing the endpoint address of the WCF service.
ConfigurationThe configuration name of the WCF service. This is configured through the app.config of the service itself.
Authentication TypeThe authentication method to be performed.
DomainThe domain name of the user specified in the authentication details. Only required if Authentication Type is Windows.
UsernameThe username to authenticate against the WCF service with. Only required if Authentication Type is Windows or Username.
PasswordThe password corresponding to the username provided. Only required if Authentication Type is Windows or Username.
Default ImpersonationWhether to override the default impersonation level behaviour.
Impersonation LevelThe impersonation level to use when communicating with the WCF instance. Only required if Default Impersonation is NOT selected.

Is this article helpful for you?