Re: HTTP basic authentication for cxf endpoint

2010-09-30 Thread Willem Jiang
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

Re: HTTP basic authentication for cxf endpoint

2010-09-30 Thread Ashwin Karpe
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