Module Service Architecture INSA 5ISS
Find a file
2024-12-10 16:50:07 +01:00
db Added Database V1 2024-11-25 16:45:02 +01:00
helpapp Added error controller 2024-11-25 16:29:40 +01:00
LICENSE Initial commit 2024-11-25 14:17:49 +01:00
README.md Added some tutorials 2024-12-10 16:50:07 +01:00

service-architecture

Course Exercice : Application to help others

mvn compile

mvn spring-boot:run

Check SOAP Requests

Please install the following application for ease of use SoapUI:

flatpak install flathub org.soapui.SoapUI

Then in the application create a new project with the endpoint of your choice, one might be http://localhost:8080/ws/countries.wsdl. Then modify the given request with the corresponding Country if you use the simple example given by SpringBoot.

Check REST Requests

Use this time the HTTPie application, it can be either in fully CLI or with a great UI, you can install it with flathub using this command:

flatpak install flathub io.httpie.Httpie

Just run the command http POST localhost:8080 hello=world to test the REST api.