Thanks for the reply. I was getting errors like this: System.ServiceModel.ActionMismatchAddressingException: The SOAP action specified on the message, '', does not match the HTTP SOAP Action, 'https://schemas.investorsview.com/services/trusted/IInvestorsViewServices/Authenticate'. at System.ServiceModel.Channels.RequestContextBase.get_RequestMessage()
I saw some earlier posts saying that CXF couldn't handle wsHttpBindings so I wanted to find out before investigating further. Thankfully, I did however get past this issue by adding another cxf dependency: cxf-rt-ws-security So now I'm able to connect via wsHttpBinding with Transport layer security (w/o client certification). My next goal is to add another service with wsHttpBinding with Transport Layer security as well but also message level certificate authentication. Thanks, Gary -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-client-WCF-service-interoperability-with-wsHttpBinding-tp5676351p5677994.html Sent from the cxf-user mailing list archive at Nabble.com.
