There are two types of testing.
  1. via Java Web Services
  2. via Java Application Server

The two services are identical in functionality. 1) is a way to run tests via Eclipse without a JWS setup. 2) is a way to run tests via Eclipse with calls being made directly to the JWS. To enable 2), go to OmniWebServices.Configuration and edit the RUN_VIA_WEB to true and change JWS_ADDRESS to the appropriate web service address. To run via a Java Application server and not through the JWS, edit RUN_VIA_WEB to true and change the DATABASE information accordingly.