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
- Host: GitHub
- URL: https://github.com/tahniat-ashraf/springboot-soap-client-example
- Owner: tahniat-ashraf
- Created: 2017-02-18T20:38:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T20:50:55.000Z (over 8 years ago)
- Last Synced: 2025-01-23T00:44:36.303Z (9 months ago)
- Language: Java
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
jarSpringBootSOAPClientExample
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
```