| As far as I understand SOAP, it's a god-awful way to do what nothing else will; inter-communicate between programming languages and implementations.
It's too bad you can't do this in Java; there is 10 million different ways for platform independant distribution under Java. But constraints are constraints. By using SOAP, you are making life harder on yourself initially in the hopes of making it easier for new applications to work with existing code. |