Difference between Apache CXF and Axis

前端 未结 6 680
[愿得一人]
[愿得一人] 2020-11-28 17:19

What are the advantages of using Apache CXF over Apache Axis and vice versa?

6条回答
  •  情深已故
    2020-11-28 18:06

    Another advantage of CXF: it connects to web servers using NTLMV2 authentication out of the box. (used by Windows 2008 & up) Before using CXF, I hacked Axis2 to use HTTPClient V4 + JCIFS to make this possible.

提交回复
热议问题