https://github.com/deevus/seng3400-a2
https://github.com/deevus/seng3400-a2
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/deevus/seng3400-a2
- Owner: deevus
- Created: 2015-10-01T07:26:36.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2015-10-01T08:01:52.000Z (over 10 years ago)
- Last Synced: 2025-02-13T03:22:00.247Z (over 1 year ago)
- Language: Java
- Size: 355 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
=========================
* SENG3400 Assignment 2 *
* Simon Hartcher *
* C3185790 *
=========================
All source files (including WSDL) are found in the 'src' folder.
Server files are in the 'server' folder:
1. Copy MyLTCAdmin.java and MyLTCServer.java to the axis webapps directory
2. Rename them to .jws
3. Build WEB-INF/MyLTCState.java and copy to the axis 'WEB-INF/classes' directory
i.e. javac -classpath "..." -d "/path/to/WEB-INF/classes" MyLTCState.java
Client files are in the 'client' folder:
1. Build the WSDL files using WSDL2Java
2. Build the client files (including WSDL) with the axis libs in the classpath
3. Run the clients without arguments to see their usage instructions
i.e. java MyUserAdmin