Connect C++ app to JAVA web app with SOAP

后端 未结 6 1534
余生分开走
余生分开走 2020-12-19 00:41

I have a C++ app that needs to connect to a JAVA web app, are there any good, open source SOAP packages for this, or would it be easier to just roll my own?

6条回答
  •  无人及你
    2020-12-19 01:26

    I'll vote up darkhelmet since gSoap would also be my recommendation. We're mostly a Java shop but with some C++ bits and gSoap has been our preferred SOAP integration way. It is indeed more work than your typical Java stacks but it seems solid.

提交回复
热议问题