Spring/CXF WS server 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 server using Spring and Apache CXF.
1 answer

Spring/CXF WS server config: laceyService

Write a jaxws endpoint with a unique Spring identifier, a class specified as implementor and an address at which the implementing class will be published.
See attachment for details.
See Spring/CXF WS client config, Spring/CXF WS service and Spring/CXF WS controller for further details.

Taggings: