Tuesday, August 14th, 2007
SOAP Simple Object Access Protocol provides a flexible communication layer between applications regardless of platform and location. As long as both the server and the client speak SOAP they can communicate. A PHP-based web application can ask a Java database application to get some information. In ...
Posted in devshed.com | No Comments »
Tuesday, August 30th, 2005
In the last few days I've been working on a piece of code in PHP that had to integrate with SalesForce. During the course of this work I bumped into some minor annoyances (or rather, a minor annoyance) with ext/soap, which I was able to quickly fix thanks to ...
Posted in suraski.net | No Comments »