Spring/CXF WS client config

A web service is typically an application programming interface (API) or Web API that is accessed via Hypertext Transfer Protocol (HTTP) and executed on a remote system, hosting the requested service. The Spring Framework is an open source application framework for the Java platform. Apache CXF is an open-source, fully featured, easy to use Web Services framework. The goal is to correctly configure a web service client using Spring and Apache CXF.
1 answer

Spring/CXF WS client config: laceyClient

Write a jaxws client with a unique Spring identifier, an interface specifying the class which is exposed as a web service and an address at which the web service is published.
See attachment for details.
See Spring/CXF WS server config, Spring/CXF WS service and Spring/CXF WS controller for further details.