This repository contains the source of the Spring Boot client application that consumes one of web services from Learn web services site.
The web service accepts a name, and gives back a welcome message.
The definition file of the web services ia available locally as hello.wsdl as well as on site.
With Maven Wrapper you can build it by command
./mvnw
Run it by command
./sayHello Jenny
If you want to trace SOAP conversation - use traceHello
instead.
./traceHello Baby
Run the web application
./runWeb