Spring WS Tutorials
These tutorials will help you get to know Spring Web Services in record time.
The best part?
They all come with detailed explanations, source code, and accompanying test cases.
So let’s take a closer look.
What is Spring WS? #
Spring Web Services (Spring-WS) is a product of the Spring community focused on creating document-driven Web services.
It facilitates contract-first SOAP service development, allowing for a number of ways to manipulate XML payloads.
Spring-WS is developed and maintained by Pivotal Software.
Tutorials #
If you would like to request a new tutorial, leave a comment below.
- Spring WS WSDL Example
- Spring WS SOAPAction Header Example
- Spring WS SOAP Header Example
- Spring WS Basic Authentication Example
- Spring WS HTTPS Client Server Example
- Spring WS Mutual Authentication Example
- Spring WS Client Timeout Example
- Spring WS Log Client Server HTTP Headers Example
- Spring WS Tolerant Reader Example