Testing the AIS Server Configuration

In Server Manager, use the "Test Configuration" button to test the AIS Server setup. This uses the Defaultconfig service on the AIS Server to test communication between the AIS Server and the EnterpriseOne HTML Server.

Using a REST client testing tool, you can perform an additional test by performing a POST to the following URL:

http://<host>:<port>/jderest/formservice

Make sure to include Basic Authorization credentials in the request and include the following JSON in the body:

{
   "formName":"P01012_W01012B"
}

If you encounter any issues with the AIS Server configuration, see AIS Troubleshooting in this guide.