EnterpriseOne Rest Services Interface

The following illustration shows JSON input and output over HTTP Post:

EnterpriseOne ADF Application and Server Communication

This illustration shows the communication between the EnterpriseOne ADF application deployed with the EnterpriseOne ADF Container (Web Container) and the AIS Server. It also shows the AIS Server's communication with the EnterpriseOne HTML Server, where the EnterpriseOne forms run and the data is gathered. All communication with the AIS Server is in the form of JSON formatted strings.

You can make REST calls directly to the AIS Server without using the AIS Client Java API. Use a REST service testing tool to call AIS services directly by sending JSON text to the URL for the service. All services are accessed using URLs with this format: http://<aisserver>:port/jderest/<uri>, where uri is the path to the various types of services such as formservice, file, defaultconfig, and poservice.