AIS Server Capabilities

The AIS Server is agnostic of any clients that may call its services. The AIS Server exposes various capabilities that AIS clients may or may not depend on. Clients may have a dependency on specific capabilities of the AIS Server, so the AIS Server exposes the list of capabilities, which enables clients to ensure that the AIS Server they are using will be able to properly respond to their service requests.

The defaultconfig service on the AIS Server enables you to view a list of the capabilities available on the AIS Server. This service also provides various configuration information about the AIS Server instance.

Depending on your EnterpriseOne Tools release, there can be two sets of AIS Server capabilities that you can access:

  • Base capabilities that are available with the original "version 1" AIS services. To view the base capabilities available with your EnterpriseOne Tools release, use the following URL to the defaultconfig service:

    https://<AIS_Server>:<Port>/jderest/defaultconfig

  • Version 2 capabilities available with version 2 AIS services (EnterpriseOne Tools 9.2.1.2). Use the following URL to the defaultconfig service to view a list of version 2 capabilities:

    https://<AIS_Server>:<Port>/jderest/v2/defaultconfig

You can enter the URL in a browser to access the list of AIS Server capabilities. Or in an AIS client application, you can perform a GET operation on the defaultconfig URL.

When you access the list of AIS Server capabilities, the capabilities that are displayed are based on the EnterpriseOne Tools release of the AIS Server. See Base AIS Server Capabilities and Version 2 AIS Server Capabilities for a list of capabilities.