Test the installed Corticon Server on Java
- Last Updated: August 26, 2025
- 2 minute read
- Corticon
- Version 7.1
- Documentation
axis.war application server that was deployed. With
the application server running, type the following URL in your preferred browser:
http://localhost:8850/axis/corticon/server/pingThat
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
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
C:\Progress\Corticonx.x\Server\tomcat\webapps\axis\swagger\index.html.
Modify the line:
url = "http://localhost:8850/axis/corticon/openapi.json"
On 6.1 and earlier:
url = "http://localhost:8850/axis/corticon/swagger.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 Corticon Java web service is running.