Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

How to make a Spring Boot powered SOAP Web Service.

License

Notifications You must be signed in to change notification settings

Unthrottled/web-service-sample

Repository files navigation

Sample Web-Service

Want to learn how to make command line SOAP calls?

To run the sample you will need:

Once the repository is on your machine, in order to boot up the server do the following.

  1. Open up a command window and make the current working directory the root of the web-service-sample repository

  2. Run the command

     ./gradlew bootRun
    

Now there is a server running on your localhost:8400 provided you did not have a process running on port 8400 before you started the server.

To view the WSDL, hit the following endpoint:

http://localhost:8400/computer-service/computers.wsdl