Declare a private field in your controller as the interface of the web service you want to communicate with, annotate the field as @Autowired, and call the desired methods on the field.
See attachment for details.
See Spring/CXF WS server config, Spring/CXF WS client config and Spring/CXF WS service for further details.