Which SOAP XML object serialization library for Java would you recommend?

后端 未结 5 1050
猫巷女王i
猫巷女王i 2021-01-06 18:46

Which Java SOAP XML object serialization library would you recommend for Java object exchange with other platforms / languages (.NET, Delphi)?

Commu

5条回答
  •  Happy的楠姐
    2021-01-06 19:28

    In addition to Axis2 which works ok, Sun's JAX-WS (version 2) and Apache CXF (nee XFire) are worth checking out, it Soap is your thing. CXF may be the most mature of the 3, so that's my favorite, but all 3 are pretty good.

提交回复
热议问题