Hi, I am using recipientList to dynamically invoke an external webservice as follows:
<camel:recipientList> <camel:simple>cxf:${headers.callback.endpoint}?wsdlURL=classpath:adapters/communication/eventmanager/wsdls/event-notify-v1-0.wsdl&dataFormat=PAYLOAD&portName={http://xyz.com/event-notify-v1-0.wsdl}EventNotifySOAP12Port&serviceName={http://xyz.com/event-notify-v1-0.wsdl}EventNotifyService</camel:simple> </camel:recipientList> I want this cxf call to go through a proxy server. How to configure proxy setting for cxf used in recipientlist? I tried configuring "http-conf:conduit" but it didn't go through the proxy server. Could you please help? -- View this message in context: http://camel.465427.n5.nabble.com/How-to-configure-proxy-settings-for-cxf-endpoint-used-in-recipientList-tp5758947.html Sent from the Camel - Users mailing list archive at Nabble.com.