I have used Apache CXF 2.2 to develop Web services for some R&D projects that I took part in. At that time, it was a choice between Apache Axis/Axis2 and CXF (formerly Codehaus XFire project). I eventually decided to get along with CXF due to its simplicity, quite clear documentation, good support for document-style Web services (+) and many standards, especially JAX-WS and JAX-RS. Moreover, Apache CXF also embraces smooth integration with Spring Framework (big plus for me as I was using Spri...