Relative Content

Tag Archive for web-services

Where does Java get its SOA reputation from?

I see lots of SOA books surrounding Java and have always had the subliminal notion that Java is the “right” language for robust/enterprisey SOA, even though I know what SOA involves and that it is perfectly possible using other languages & frameworks.

AGPL License – does it apply in this scenario?

There is an AGPLv3 based software (Client) that makes web service calls (using SOAP) to another software (Server – commercial, cloud based). There is no common code or any connection whatsoever between these two except for the web service calls being made.

unit/integration testing web service proxy client

I’m rewriting a PHP client/proxy library that provides an interface to a SOAP-based .Net webservice, and in the process I want to add some unit and integration tests so future modifications are less risky.

How to wrap console utils in webserver

I have a big dataset (100Mbs/day) and a bunch of console a TCL/TK tools to view it – I want to turn it into a web app that I can build, and others can maintain.