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

后端 未结 5 1058
猫巷女王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条回答
  •  误落风尘
    2021-01-06 19:26

    I think you have answered your own question.

    XStream (outputting as JSON) is a nice clean solution. If you alias types you get a clean output format. After that it doesn't matter which SOAP stack you use so long as it is nice and interoperable with Delphi/.NET.

提交回复
热议问题