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

后端 未结 5 1074
猫巷女王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:31

    The standard library for this would probably be Apache Axis1. I would advise using axis2 instead of axis 1.4- though it works pretty well.

    Bearing in mind that the all of the SOAP extensions make the dream of interoperability just that... a dream.

提交回复
热议问题