Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Recently, I'm going to develope a server end program to provide APIs for various types of clients. The client ends may be desined by languages like c,c++,java,php,c#,.net, javascripte,etc.

I'd like to know how to communicate among these cross-language applications?

I heared about web services, is it able to achieve this?

Is there any demos about how to implement client ends ?
I'm confused about how to implement client ends with c/c++!

Thank you very much !
Posted

Have a look at this[^].

Also find good links here[^]
 
Share this answer
 
Comments
Espen Harlinn 9-Apr-12 11:10am    
Yes, gSoap is pretty nice :-D
Both web services and WCF would function as cross language service communication platforms. In the case of WCF, you must be careful that all method signatures are CLS compliant. Using a basic endpoint WCF can function like a web service as well, but you gain the speed enhancements of WCF.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900