Hi Ryan,
Actually, Cxf bc provider support what you want, and I believe we
already have a test which is very similiar as your scenario.
[1] is a test to show how cxf bc provider used as proxy to external
service based on https transport
[1]
http://svn.apache.org/repos/asf/incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-cxf-bc/src/test/java/org/apache/servicemix/cxfbc/ws/security/CxfBcProviderSecurityTest.java
Best Regards
Freeman
Ryan Moquin wrote:
I wanted to look at deploying a proxy service in servicemix for
communicating with a 3rd party webservice that requires a key and a
specific encryption algorithm. What is the best component to use with
servicemix to achieve this? The CXFBC Provider proxy? The
Servicemix-http provider? It doesn't like like the cxfbc supports
extra options like encryption and ssl? I had problems before with
communicating with a servicemix-http provider due to jbi messages not
being unwrapped properly. I'm simply hoping to save some time by
seeing if someone can tell me which component is the one I Want to
look at that can proxy to an external webservice from a cxfse
servicemix service and support ssl parameters.
Thanks!