Re: How to configure proxy settings for cxf endpoint used in recipientList

2014-11-12 Thread Aniruddha
I can;t modify the wsdl to configure http client since its external service and i am calling that service. I also tried using camel-jetty and camel-http which have proxyHost,proxyPort proerpties set but they return me 503 http error code even though the target service is up and running.

Re: How to configure proxy settings for cxf endpoint used in recipientList

2014-11-12 Thread Aniruddha
Hi camel experts, could you pls help with this problem? On Wed, Nov 12, 2014 at 9:26 PM, Aniruddha [via Camel] ml-node+s465427n5758975...@n5.nabble.com wrote: I can;t modify the wsdl to configure http client since its external service and i am calling that service. I also tried using

Re: How to configure proxy settings for cxf endpoint used in recipientList

2014-11-12 Thread Willem Jiang
10.1.107.71 is an internal network address, are you sure you need to use proxy to access it? -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On November 12, 2014

How to configure proxy settings for cxf endpoint used in recipientList

2014-11-11 Thread Aniruddha
Hi, I am using recipientList to dynamically invoke an external webservice as follows: camel:recipientList

Re: How to configure proxy settings for cxf endpoint used in recipientList

2014-11-11 Thread Aniruddha
HI Experts, Could you please help with this problem? -- View this message in context: http://camel.465427.n5.nabble.com/How-to-configure-proxy-settings-for-cxf-endpoint-used-in-recipientList-tp5758947p5758956.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to configure proxy settings for cxf endpoint used in recipientList

2014-11-11 Thread Willem Jiang
When you use the http-conf:conduit, camel-cxf can pick up right CXF bus which holds the reference the Spring application context from thread local variable. But if you use recipientList, the camel-cxf endpoint could be create in different thread other then the thread which creates the Spring

Re: How to configure proxy settings for cxf endpoint used in recipientList

2014-11-11 Thread Aniruddha
Could you pls point me to the example of configuring http client from the wsdl? On 12 Nov 2014 18:28, Willem.Jiang [via Camel] ml-node+s465427n5758958...@n5.nabble.com wrote: When you use the http-conf:conduit, camel-cxf can pick up right CXF bus which holds the reference the Spring