Previous Topic: Configure Java APIsNext Topic: Configure Device ID and DeviceDNA


Configure CA Risk Authentication Web Services

To use the CA Risk Authentication Web Services, deploy the arcotuds.war file.

CA Risk Authentication provides web services for managing users, organizations, administration, and for performing risk assessments. The WSDLs for these web services are available at the following location:

<install_location>\Arcot Systems\wsdls\

Generate Client Code Using WSDLs

After CA Risk Authentication package installation, generate the client stub in the language you want to code in by using the WSDL files that are shipped with CA Risk Authentication. These WSDLs enable the web services client to communicate with CA Risk Authentication Server.

Important! Before you proceed with the client code generation, verify that the CA Risk Authentication package was installed successfully and that the Server is up and running.

Follow these steps:

  1. Stop the application server.
  2. Navigate to the following location:
    <install_location>\Arcot Systems\wsdls\<required_folder>
    
  3. Use the required WSDL file (listed in the following table) to generate the client code.

WSDL File

Description

admin/ArcotRiskFortAdminWebService.wsdl

Used for creating and managing rule
configurations that are typically done by using Administration Console.

riskfort/ArcotRiskFortEvaluateRiskService.wsdl

Used for performing risk evaluation.

uds/ArcotUserRegistryMgmtSvc.wsdl

Used for creating and managing organizations in your setup.

uds/ArcotConfigRegistrySvc.wsdl

Used for creating and managing user account types.

uds/ArcotUserRegistrySvc.wsdl

Used for creating and managing users and user accounts.

  1. Restart the application server.
  2. In a browser window, access the end-point URLs (listed in the following table) to verify if the client can access the Web Service.

Web Service

URL

ArcotRiskFortAdminWebService

http://<rf_hostname>:<rf_port>/services/Arcot
RiskFortAdminSvc

The default port here is 7777.

ArcotRiskFortEvaluateRiskService

http://<rf_hostname>:<rf_port>/services/RiskFort
EvaluateRiskSvc

The default port here is 7778.

ArcotUserRegistryMgmtSvc

http://<app_server_hostname>:<appserver_port>/arcotuds/services/ArcotUserRegistrySvc

ArcotConfigRegistrySvc

http://<app_server_hostname>:<appserver_port>/arcotuds/services/ArcotConfigRegistrySvc

ArcotUserRegistrySvc

http://<app_server_hostname>:<appserver_port>/arcotuds/services/ArcotUserRegistryMgmtSvc

Note: For more information about generating the Java client, see the CA Risk Authentication Web Services Developer’s Guide.