Connect C++ app to JAVA web app with SOAP

后端 未结 6 1532
余生分开走
余生分开走 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:29

    Take a look at Apache's Axis project. It's well supported on C++ (and Java) and if you have the good fortune to start with a good WSDL for the target service you'll be home-free.

提交回复
热议问题