Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Connect C++ app to JAVA web app with SOAP

Tags:

java

c++

soap

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?

like image 760
Ethan Gunderson Avatar asked Sep 05 '08 01:09

Ethan Gunderson


2 Answers

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.

like image 190
Boris Terzic Avatar answered Sep 19 '22 12:09

Boris Terzic


A quick Google turned up this for a toolkit. While I have never used it, it seems to be quite popular and solid. Not exactly a package, and not really rolling your own, but sort of in the middle.

like image 37
Daniel Huckstep Avatar answered Sep 23 '22 12:09

Daniel Huckstep