Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.
/ hello-soap-world Public archive

The client application for learnwebservices.com that consumes the "Hello" web service

License

Notifications You must be signed in to change notification settings

vitalijr2/hello-soap-world

Repository files navigation

Hello SOAP world

This repository contains the source of the Spring Boot client application that consumes one of web services from Learn web services site.

Say Hello web service

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.

Build

With Maven Wrapper you can build it by command

./mvnw

also it runs tests like this: Build

Run

Run it by command

./sayHello Jenny

Run

If you want to trace SOAP conversation - use traceHello instead.

./traceHello Baby

Trace

Run the web application

./runWeb

Web