What is the easiest lightweight setup to develop and deploy web services, supporting SOAP and REST with XML and JSON serialization format?
Is there an ready-made open source software stack (web server, frameworks and libraries) that allows me to just dive in and start implementing a class with methods (WebMethods)?
I hope I don't have to spend too much time downloading and installing software libraries and configuring IDE, Web app server, frameworks and libraries.
Any language would be fine e.g. Java, C#, Python, PHP etc. Afaik, Microsoft solution usually entails installing a giant suite of software (e.g. Visual Studio, IIS), though the programming and server setup part might be minimal.
Is there an ready-made open source software stack (web server, frameworks and libraries) that allows me to just dive in and start implementing a class with methods (WebMethods)?
I hope I don't have to spend too much time downloading and installing software libraries and configuring IDE, Web app server, frameworks and libraries.
Any language would be fine e.g. Java, C#, Python, PHP etc. Afaik, Microsoft solution usually entails installing a giant suite of software (e.g. Visual Studio, IIS), though the programming and server setup part might be minimal.