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

Latest commit

 

History

History
23 lines (14 loc) · 911 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 911 Bytes

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