Spring Web Services
-
Spring WS – Client Timeout Example
When implementing a web service client, it is a good practice to take into account the sce…
-
Spring WS – SOAP Tolerant Reader Example
The tolerant reader pattern was coined by Martin Fowler as a way to reduce the coupling be…
-
Spring WS – SOAP Header Example
The SOAP header is an optional sub-element of the SOAP envelope. It is used to pass applic…
-
Spring WS – Mutual Authentication Example
Mutual authentication or two-way authentication refers to two parties authenticating each …
-
Spring WS – HTTPS Client-Server Example
HTTPS is a protocol for secure communication over a computer network. It consists of commu…
-
Spring WS – Basic Authentication Example
Basic Authentication (BA) is a method for a HTTP client to provide a user name and passwor…
-
Spring WS – SOAPAction Header Example
According to the SOAP 1.1 specification, the SOAPAction HTTP header field can be used to i…
-
Spring WS – Log Client Server HTTP Headers Example
Spring Web Services, contrary to a framework like for example Apache CXF, does not provide…
-
Spring WS Example
I’m going to show you EXACTLY how to create a Spring WS Hello World SOAP web service that …