
August 14th, 2007, 09:00 AM
|
|
|
|
Developing SOAP Clients using PHP
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 this article we will try to focus on different methods of developing SOAP web service clients in PHP.
Read the full article here: Developing SOAP Clients using PHP
For more discussion go here: Blog Article Discussion
|