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:
<install_location>\Arcot Systems\wsdls\<required_folder>
|
WSDL File |
Description |
|---|---|
|
admin/ArcotRiskFortAdminWebService.wsdl |
Used for creating and managing rule |
|
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. |
|
Web Service |
URL |
|---|---|
|
ArcotRiskFortAdminWebService |
http://<rf_hostname>:<rf_port>/services/Arcot The default port here is 7777. |
|
ArcotRiskFortEvaluateRiskService |
http://<rf_hostname>:<rf_port>/services/RiskFort 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.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|