client
-
Apache CXF – Basic Authentication Example
Basic Authentication (BA) is a method for a HTTP client to provide a user name and passwor…
-
Apache CXF – SOAP Header Example
The SOAP header is an optional sub-element of the SOAP envelope. It is used to pass applic…
-
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…
-
Apache CXF – Spring Boot SOAP Web Service Client Server Example
Apache CXF is an open source services framework that helps build and develop services usin…
-
Spring WS Example
I’m going to show you EXACTLY how to create a Spring WS Hello World SOAP web service that …