1. Creating web service app for enterprise Java vs C++? stackoverflow.comSo we want to develop a service app (web Service with post/get API). What is language to go for secure, fast, enterprise app for about 2000 employers to use with ... |
2. Java vs C++: Performance in application using web services stackoverflow.comI'm trying to create a consumer application which gets data from different web services. The application has to process real time large volume data. I have to make a choice between ... |
3. Exposing C++ program as a Web Service stackoverflow.comHow to expose a C++ program as a Web Service? Or is it a better idea to invoke C++ from Java and expose the resultant Java as a Web Service. In any case, ... |
4. consuming java based web service in vc++ stackoverflow.comi am developing a small application which consumes java based web service |
5. C++ client connecting to a JAX-RPC web service coderanch.com |
6. Error generating C++ Client stuff coderanch.com |
7. C++ Client linking error coderanch.com |
8. Webservices - C++ and Java coderanch.comHi, I'm somewhat new to web services, but I have some legacy C++ code that I'd like to deploy as a web service (interacts with a database and is already in place so I don't want to rewrite in Java). I understand that I can create a C++ SOAP service with gSOAP (and some other tools), but I was wondering if ... |
9. deploying c++ dll as a webservice forums.oracle.comDear all, I have stuck to the problem of developing web service using SOAP which internally calls a JNI interface which inturn uses C++ code. Initially, I made a web service using only Java codes with the help of the site "http://people.apache.org/~ruchithf/hw-axis2/". I successfully made SOAP web service and its client for using the web service. But my project required me ... |