Previous Topic: Using RiskMinder WSDL FilesNext Topic: Understanding RiskMinder Workflows


Quick Summary

The following steps provide a quick recap of the steps that you must perform to set up your environment to use RiskMinder Web service:

  1. Access the WSDL by navigating to the following location:

    On Microsoft Windows: install_location\Arcot Systems\wsdls\

    On UNIX-Based platforms: install_location/arcot/wsdls/

  2. Generate the client stub classes by using the WSDL files.

    You can use a SOAP Framework, such as Apache Axis or Microsoft.NET, to generate client stub classes from a WSDL file.

  3. Create the client application by using the stub classes generated in Step 2.

    Depending on the software that you choose, refer to the respective vendor documentation for more information on writing the client and the files required for the client to connect to the RiskMinder Web service.

  4. Connect the client to the RiskMinder Web service end point by using the default URLs listed in the following table.

    Note: The following table lists the default URLs on which the Web services listen for client requests. If you change the service end point URL, then ensure that you connect your client to the new location that you have configured.

Web Service

URL

Organization Management Web Service

http://Apphost:Port/arcotuds/services/Arcot
UserRegistryMgmtSvc

  • Apphost: Host name or the IP address of the system where User Data Service (UDS) is deployed.
  • Port: The port number at which the application server (on which UDS is deployed) is listening.

User Management Web Service

http://Apphost:Port/arcotuds/services/Arcot
UserRegistrySvc

  • Apphost: Host name or the IP address of the system where UDS is deployed.
  • Port: The port number at which the application server (on which UDS is deployed) is listening.

Configuration Management Web Service

http://Apphost:Port/arcotuds/services/Arcot
ConfigRegistrySvc

  • Apphost: Host name or the IP address of the system where User Data Service (UDS) is deployed.
  • Port: The port number at which the application server (on which UDS is deployed) is listening.

Risk Evaluation Web Service

http://Apphost:Port/services/RiskFortEvaluateRiskSvc

  • Apphost: Host name or the IP address of the system where RiskMinder Server is installed.
  • Port: The port number at which the Transaction Web Services protocol is listening. By default, this is 7778.

Administration Web Service

http://Apphost:Port/services/ArcotRiskFort
AdminSvc

  • Apphost: Host name or the IP address of the system where RiskMinder Server is installed.
  • Port: The port number at which the Administration Web Services protocol is listening. By default, this is 7777.

    Note: To secure the connection using SSL, enable the Web Services protocols for SSL connection. See appendix, "Additional Configurations" for detailed instructions.

  1. Send the requests to the RiskMinder Web service through the client.

    The RiskMinder Web service processes the request and returns the message, response code, reason code, and transaction ID in the response.