Please check out the CXF http client configuer[1], and add these in your
beans.xml
http://www.springframework.org/schema/beans";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:http-conf="http://cxf.apache.org/transports/http/configuration";
xmlns:security="http://cxf
Hi,
You need to configure a bus object with https and inject it into your
cxfEndpoint.
Please check out the example below. For more details check out the bus
configuration section of your CXF documentation.
There is no need to explicitly inject the bus into the endpoint. The
presence of a bus o