Skip to main content
Version: 4.4.1

Create SOAP Client Security Configuration

Description

Creates a configuration which defines the security parameters of the SOAP Web Client.

Assembly: iCore.Workflow.Activities
Category: Misc

Arguments

NameTypeDescription
UsernameStringUser name associated with the credentials.
PasswordStringPassword for the user name associated with the credentials.
DomainStringThe domain or computer name that verifies the credentials.
Allow NTLMBooleanIf set to true, the NTLM authentication will be allowed as Windows SSPI Negotiate authentication.

Caution: This property is deprecated in .NET. The local machine policy will be used to determine if NTLM is to be used.
Allowed impersonation levelTokenImpersonationLevelSpecifies the impersonation level granted by the client to the server when using Windows SSPI Negotiate authentication.
Use client certificateBooleanIf set to true, a client certificate will be used for authentication.
Client certificateICertificateThe client certificate used to authenticate to the service.
Server certificate validation modeX509CertificateValidationModeThe validation mode used to validate the server certificate.
ResultClientCredentialsThe created security configuration which can be used in generated SOAP web service client activities.

See Also

Activities

Web services

Entities

Web service client