Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deevus/seng3400-a2


https://github.com/deevus/seng3400-a2

Last synced: 18 days ago
JSON representation

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