YSNoteSOAP is a JAX-WS/SOAP application for add, list, edit, delete operations notes.
This project developed with Java(21), JAX-WS(SOAP), Hibernate(JPA implementation), HSQLDB and Maven.
Maven must be installed to run this application.
Run the following commands step by step.
cd server
mvn package
java -jar target\server.jar
Run the following commands step by step.
cd client
mvn package
java -jar target\client.jar
- Server
- Client
- Client Add
- Server Add
- Client List
- Server List
- Client Count
- Server Count
- Client Arguments
This project is licensed under the MIT License. See the LICENSE file for details
Created by Yusuf Sezer