Add WCF Service Access Token screen

Adds the settings for a WCF service access token.



How to Start

  1. In the Manage Center, click App Builder > Global Access Tokens.
  2. On the Global Access Tokens screen, click Add Token
  3. On the Add Global Access Tokens > Select Application screen, select WCF Service .
  4. Click Next.

Fields

Field Name Definition

Token Name

Function:
Specifies the unique name for your connection to WCF service.
Accepted Values:
A text string that can include letters, numbers, and spaces
Default Value:
None

Description

Function:
A description for your access token.
Accepted Values:
More than one line of text.
Default Value:
None

Service URL

Function:
Specifies the URL of your WCF service.
Accepted Values:
A valid WCF service URL.
Default Value:
None
Accepts Process Data Variables:
No
Example:
  • http://demo3:80/agilepointserver/admin.sbc?wsdl

    In this example, SBC is the extension name for the WCF services, and ?WSDL is the query string that contains all the information such as method names of the specific WCF service.

    However, you can leave the extension name in the URL, as follows:

    http://demo3:80/agilepointserver/admin?wsdl

Load

Function:
Gets the data from the WCF service URL.

Binding

Function:
Specifies the data binding you want to use.

The binding defines the communication details required to connect to the WCF endpoint.

Accepted Values:
  • WSHttpBinding
  • NetTcpBinding
  • BasicHttpBinding
Default Value:
None

Endpoint

Function:
Specifies the WCF service endpoint you want to connect.

Endpoints provide access to the WCF service data.

Accepted Values:
A list of Endpoints populated from the WSDL file of the WCF service.
Default Value:
None
Example:
NetTcpBinding_IWCFWorkflowService

User Name

Function:
Specifies the user name for WCF service authentication.
Accepted Values:
A valid user name.
Default Value:
None
Accepts Process Data Variables:
No
Example:
[Example]

Domain

Function:
The authentication domain for WCF Service
Accepted Values:
A valid domain.
Default Value:
None
Accepts Process Data Variables:
No

Password

Function:
The password for the authentication account.
Accepted Values:
A valid password.
Default Value:
None
Accepts Process Data Variables:
No

Test Connection

Function:
Makes sure the specified WCF service account is correct.

Encrypt

Function:
Holds the access token in the AgilePoint database as encrypted data.
Accepted Values:
  • Deselected - The access token is in plain text in the database.
  • Selected - The access token is encrypted in the database.
Default Value:
Deselected