Skip to content

Example project to demonstrate how to connect to a SOAP webservice from a Spring Boot component.

License

Notifications You must be signed in to change notification settings

felipeleivav/spring-boot-soap-client-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot SOAP client example

This is an example project to demonstrate how to connect to SOAP web services from a Spring Boot component.

It calls a basic SOAP service which converts numbers to words, exposing this function through a REST controller.

All the content and instructions are on my blog https://leiva.io.

Build & run

This project was built with Spring Initializr using a wrapped maven. So, to build and run this project, execute following commands:

git clone https://github.com/felipeleivav/spring-boot-soap-client-example.git
./mvnw package
cd target
java -jar soap-client-sample-0.0.1-SNAPSHOT.jar

To test, just point your browser to:

http://localhost:8080/num2words/42

This should show something like:

forty two

Any comment please write me to felipe@leiva.io.

About

Example project to demonstrate how to connect to a SOAP webservice from a Spring Boot component.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages