Once the axis.war has been deployed and the application server is running, type the following URL in your preferred browser:
http://localhost:8850/axis/corticon/server/ping
That makes a REST call to the running Corticon Server to get the time (in milliseconds) that the Corticon Server has been running, as illustrated:


Additionally, you can use any REST or SOAP test tools, such as Postman, Swagger or SoapUI, to connect through the web services deployed inside the web application axis.war.

Testing with Swagger

Corticon has incorporated Swagger into its REST endpoints. To access Corticon's Swagger page, enter the URL to the machine with its port, the web application name, and the string swagger. The Tomcat server that comes with the Corticon Server install has opened port 8850 to receive requests. The full URL to connect to the Corticon Swagger page is: http://localhost:8850/axis/swagger
Note: Remote Swagger target—Swagger can respond to a Corticon Server installation on a remote machine. To do so, edit the local Swagger config file installed for Tomcat in the Corticon Server home at \Corticon 6.x\Server\tomcat\webapps\axis\swagger\index.html. Modify the line:
url = "http://localhost:8850/axis/corticon/openapi.json"
to replace localhost with the IP address or DNS-resolvable machine name of your web/application server.


For example, choose the Server, typically axis, and then choose the Server section and its ping command:

On the panel that drops down with implementation notes and response messages, click Execute.

The response is in the following form:


The Corticon Java web service is running.