Important! Before you proceed with the client code generation, ensure that the RiskMinder package was installed successfully and that the Server is up and running.
After the installation, generate the client stub in the language you want to code in by using the WSDL files that are shipped with RiskMinder. These WSDLs enable the web services client to communicate with RiskMinder Server.
To generate the client code:
<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 |
Book: See the CA RiskMinder Web Services Developer’s Guide for more information about generating the Java client.
|
Copyright © 2013 CA.
All rights reserved.
|
|