.net - Program for all languages -


I want to write a collection of all the methods which Java can be used by all languages. Net, PHP, Javascript etc.

I have thought about using wcf or web services ... what are my other options?

I would like to be in a web service solution because it will be available for all languages, which will be available for these services. Contrary programs that include both client-side scripts such as JavaScript, server side, such as PHP and general desktop application languages

Consumption of SOAP services is easy and widely accessible

You can consider an original http implementation, but to get the same thing as the SOAP service It will be very laborious work. However, some languages ​​may not be able to consume SOAP services but will be able to make an HTTP request.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -