Hi,

You can configure http:conduit for this cxfbc:provider, some related configuration like

<http:conduit name="*.http-conduit">
   <http:proxyAuthorization>
       <sec:UserName>proxy.user</sec:UserName>
       <sec:Password>proxy.pass</sec:Password>
   </http:proxyAuthorization>
   <http:client
       ProxyServerType="HTTP"
       ProxyServer="proxy.host"
       ProxyServerPort="proxy.port"
      />
</http:conduit>

You can get more details from[1]

[1]http://cxf.apache.org/docs/client-http-transport-including-ssl-support.html

Freeman
On 2011-6-2, at 下午5:39, jaikishore wrote:

Hi Freeman,

currently I am working on a cxfbc:provider component to consume external web services.I am succeeded with that, but now I need to
consume a xternal web services which required proxy configuration.
Can u tell me how can I implement this one in cxfbc:provider. Please help me
in this regards.



--
View this message in context: 
http://servicemix.396122.n5.nabble.com/cxf-bc-provider-with-proxy-configuration-tp4447568p4447568.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

---------------------------------------------
Freeman Fang

FuseSource
Email:[email protected]
Web: fusesource.com
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
Connect at CamelOne May 24-26
The Open Source Integration Conference








Reply via email to