An open API service indexing awesome lists of open source software.

https://github.com/tahniat-ashraf/springboot-soap-client-example

A Demo SOAP Client made by Spring Boot
https://github.com/tahniat-ashraf/springboot-soap-client-example

Last synced: 7 months ago
JSON representation

A Demo SOAP Client made by Spring Boot

Awesome Lists containing this project

README

          

# SpringBoot-SOAP-Client-Example
A Demo SOAP Client made by Spring Boot.

Free WebService fetched from : www.webservicex.net

Used in this project : http://www.webservicex.net/New/Home/ServiceDetail/56

SOAP WSDL : http://www.webservicex.net/globalweather.asmx?WSDL

Project URL : http://localhost:8080/

IDE Used : IntelliJ IDEA 2016.2.5


Java Version Used : 1.8


Dependencies (Maven) :

- webjars (Bootstrap)
- jaxb-impl
- Thymeleaf
- Web



pom.xml

```

4.0.0

com.priyam
springbootsoapclientexample
0.0.1-SNAPSHOT
jar

SpringBootSOAPClientExample
Demo project - Sample SOAP client using Spring Boot, Thymeleaf and Bootstrap


org.springframework.boot
spring-boot-starter-parent
1.5.1.RELEASE


UTF-8
UTF-8
1.8



org.webjars
bootstrap
3.3.1


org.springframework.boot
spring-boot-starter-thymeleaf


org.springframework.boot
spring-boot-starter-web


org.webjars
bootstrap
3.3.1


com.sun.xml.bind
jaxb-impl
2.2.7


org.springframework.boot
spring-boot-starter-test
test




org.springframework.boot
spring-boot-maven-plugin


```