View Deployment Status and Web Service Interface

View the project deployment status on the local application server by clicking the Deployment tab.

To display the status and WSDL for a project

  1. Click the Deployment tab.

    The Deployment summary screen appears.

    The execution status portlet includes the following fields:

  2. Click the View WSDL link to return the interface to the web service for the project in its Web Service Description Language (WSDL) form.

    The WSDL describes to Web service clients the interface to the service, the data types it uses and where the service is located. It has all the information that a client program needs to call the web service, and many application development environments can create client interface code in a desired language from scanning this file.

    The link to the WSDL file has the following format:

    http://hostname:port/arm-ws/services/service_name?wsdl

hostname

Specifies the full name of the server

port

Specifies the port that CA Aion Rule Manager is configured to use

service name

Specifies the name of the project, with any spaces replaced by underscore ('_') characters.