java-tutorials/spring-soap
Chrys Exaucet 38546b77ae BAEL-5540: Sending Soap Request via Postman (#12581)
* fix(build): remove jaxb2-maven-plugin plugin

XCJ fails due to unresolved/conflicting  dependencies. The project runs fine without jaxb2-maven-plugin plugin, given maven-jaxb2-plugin is already there.

* fix(build): correct gen files imports

maven-jaxb2-plugin generates in  com.baeldung.springsoap.client.gen, not com.baeldung.springsoap.gen

* chore: add postman collection

* revert: set back jaxb2-maven-plugin

Didn't run project with Java 1.8, that's why I was facing build errors

reverts cb3aed358c & 56f2b1fd93
2022-08-15 22:01:44 -06:00
..
src BAEL-5540: Sending Soap Request via Postman (#12581) 2022-08-15 22:01:44 -06:00
.gitignore ingore files generated after build 2020-08-02 00:55:58 +05:30
README.md Update README.md 2020-05-12 15:47:23 +08:00
pom.xml JAVA-5223: Fix formatting of POMs (Other Spring Modules) 2021-05-17 20:23:08 +05:30

README.md

Spring SOAP

This module contains articles about SOAP APIs with Spring

Relevant articles: