Previous Topic: Develop Client Applications Using AuthMinder WSDL FilesNext Topic: Understanding AuthMinder WorkFlows


Quick Summary

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

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

    On 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 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 AuthMinder Web service.

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

    Note: This table lists the default URLs on which the Web services are available. 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>:CA Portal/arcotuds/services/ArcotUserRegistryMgmtSvc

  • 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 to.

User Management Web Service

http://<Apphost>:CA Portal/arcotuds/services/ArcotUserRegistrySvc

  • 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 to.

Configuration Registry Web Service

http://<Apphost>:CA Portal/arcotuds/services/ArcotConfigRegistrySvc

  • 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 to.

Administration Web Service

http://<Apphost>:CA Portal/ArcotWebFortAdminSvc

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

Issuance Web Service

http://<Apphost>:CA Portal/ArcotWebFortIssuanceSvc

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

Authentication Web Service

http://<Apphost>:CA Portal/ArcotWebFortAuthSvc

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

Bulk Operation Web Service

http://<Apphost>:CA Portal/ArcotWebFortBulkOperationsSvc

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

    Note: To secure the connection using SSL, enable the Web Services protocols for SSL connection. Refer to CA AuthMinder Administration Guide for more information.

  1. Send the requests to the AuthMinder Web services through the client.

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