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 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.
>
> Configuration with camel-http:
>
> <camel:route id="event-notify-route">
>
>                         <camel:from uri="seda:eventNotifyRequestQueue" />
>
>                         <camel:to
> uri="bean:eventManagerUtils?method=setInHeaderProperties"/>
>                         <camel:to
> uri="xslt://transformation/notify-event-request.xsl"/>
>                         <camel:log message="Event notify request:
> ${body}"></camel:log>
>                         <camel:setHeader headerName="CamelHttpMethod">
>                           <camel:constant>POST</camel:constant>
>                         </camel:setHeader>
>                         <camel:recipientList>
>                                 <camel:simple>
> http://10.1.107.71:8080?proxyHost=bhuxegpx.corp.dmz&proxyPort=8080
> </camel:simple>
>                         </camel:recipientList>
>                         <camel:log message="Event notify response:
> ${body}"></camel:log>
>                         <camel:to
> uri="seda:eventNotifyResponseProcessingQueue" />
>
>
>                 </camel:route>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://camel.465427.n5.nabble.com/How-to-configure-proxy-settings-for-cxf-endpoint-used-in-recipientList-tp5758947p5758975.html
>  To unsubscribe from How to configure proxy settings for cxf endpoint used
> in recipientList, click here
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5758947&code=YW5pcnVkZGhhLmRpeGl0QGdtYWlsLmNvbXw1NzU4OTQ3fDEzNTgzNzA2Mjc=>
> .
> NAML
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-configure-proxy-settings-for-cxf-endpoint-used-in-recipientList-tp5758947p5759010.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to