__BUILD__ | What | Host | Port | Backend | Deployed WS | Java Server (JUnit) | JUnit |
---|---|---|---|---|---|---|---|
041107 | OmniServer_dev | werewolf | 8110 | Service:Seawolf:8110,1.2 | http://werewolf.cdf.utoronto.ca:8110/axis/c408h015/OmniServer_dev.jws | OmniWebServer (run OmniWebServer_dev.java) |
JUnit (run OmniServerTestSuite.java) |
041107 | OmniServer | werewolf | 8110 | Service:Skywolf:8111,1.1 | http://werewolf.cdf.utoronto.ca:8110/axis/c408h015/OmniServer.jws | OmniWebServer (run OmniWebServer_dev.java) |
JUnit (run OmniServerTestSuite.java) |
OmniWebServer_dev.java in OmniWebService.OmniWebService is the Java Application version of our web service. It comes with a default test driver. It is considered the most up to date version. OmniServerTest.java in OmniServerTest_dev is an example Java Application that talks to the Java Web Service. You might find this useful for developing a Eclipse plugin from or from writing some test cases. OmniServerTestSuite.java in OmniWebService.JUnit is the JUnit test program for testing. You can toggle between the Java Server for testing and the Java Web Service by the RUN_VIA_WEB parameter in Configuration.java.