The service definitions file
This file shows the service definitions that have been defined in the application's service definitions file(application-name-service-definitions.xml). Each service
tag defines the host, name and port. This file has been generated automatically by genx
.
<configuration>
<service host="localhost" name="CASH_DATASERVER" port="10000"/>
<service host="localhost" name="CASH_REQUEST_SERVER" port="10001"/>
<service host="localhost" name="CASH_EVENT_HANDLER" port="10002"/>
</configuration>