|
It was quite easy: in xbean.xml <cxfbc:provider wsdl="classpath:MyService.wsdl" locationURI="https://my.service.com/MyService" interfaceName="mynamespace:HealthIndicatorImplPort2" service="mynamespace:MyService" endpoint="HealthIndicatorImplPort" busCfg="ssl.xml"> </cxfbc:provider> and ssl.xml file: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:sec="http://cxf.apache.org/configuration/security" xmlns:http="http://cxf.apache.org/transports/http/configuration" xsi:schemaLocation="http://cxf.apache.org/configuration/security http://cxf.apache.org/schemas/configuration/security.xsd http://cxf.apache.org/transports/http/configuration http://cxf.apache.org/schemas/configuration/http-conf.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> <http:conduit name="{http://target.ws.namespace}ServicePortName.http-conduit"> <http:tlsClientParameters disableCNCheck="true"> <sec:trustManagers> <sec:keyStore type="JKS" password="pass" resource="keystore.jks"/> </sec:trustManagers> </http:tlsClientParameters> </http:conduit> </beans> regards rafal On 09.12.2011 14:40, Rafal Janik wrote: Hi --
| ||||||||
Title: This email may contain confident
- cxf-provider with SSL encryption Rafal Janik
- Re: cxf-provider with SSL encryption Rafal Janik
