On Tue February 3 2009 3:09:30 am Magnus Larsson wrote: > We have been struggling for a while trying to get CXF and WCF to interop > using encryption and digital signing according to WS-Security but without > any success. Depending on various settings (...) in CXF and WCF we can get > various pieces working but we have never succeded to get it working 100%. > > Does anyone have an example of successfull setup of CXF and WCF for this > scenrio? > It would be most welcome to have as a starting point...
Is WCF the server or the client? Aka: is this a cxf client hitting a secure WCF server or the other way around? If it's a CXF client and you are willing to play around with the 2.2 snapshots, I have great examples for you. :-) http://svn.apache.org/repos/asf/cxf/sandbox/interopfest/ With 2.2, we'll support the WS-SecurityPolicy policy descriptions that WCF can put in the wsdl. All that will be required is a few properties on the client (like the usernames, password, keystores, etc...) to fill in the details. The server side parts aren't fully there yet. We're beginning to work on that a bit now. However, it should be fairly similar to setup. Just properties on the endpoints. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
