I have been using CXF to generate client side Java stubs from a WCF hosted web service with basicHttpBinding with much success. I now need to get it to work with wsHttpBinding (for added transport and message level security) and am running into exceptions. I have seen posts as late as last year saying that CXF is not yet compatible with WCF / wsHttpBinding (Soap 1.2) so before embarking on an effort to diagnose and resolve the problem, I was hoping to get some confirmation on whether this can be expected to work or not.
I otherwise may be forced to switch to use something else for the web service binding. Thanks, Gary -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-client-WCF-service-interoperability-with-wsHttpBinding-tp5676351.html Sent from the cxf-user mailing list archive at Nabble.com.
