简体   繁体   中英

Best way to connect Java and Visual Studio 6 C++ via API

We have a web platform written in Java. It will expose certain functionality via some kind of an API - soap, rest or some kind of home-brewed XML. The point is that it'll expose itself via HTTP/s.

There's another stand alone application that was written in C++ (Visual Studio 6) which needs to connect to the aforementioned API. I'm not an expert in C++ so I have hard time recommending something that can accomplish the task. I'm mentioning VS6 as per request of our developer since upgrading is not on a table.

Can someone recommend some library for C++, standard or not, that can simplify API interaction between two applications? If pointed to the right direction, we'll be able to review ourselves to make final decision.

我们使用lmx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM