I created a Soap client using Spring tutorial: https://spring.io/guides/gs/consuming-web-service/
It works fine using the Java objects.
I wonder if there's a way I could obtain response (the payload, preferably without SOAP wrapper) as it is send by the service?
Thanks