SOAP 及其它:
- SOAP Version 1.2 Part 1: Messaging Framework
- SOAP’s Alive: Try the New Native SOAP Extensions for PHP
- Simon Willison: PHP SOAP Documentation
- Zend Technologies – PHP 5 In Depth – PHP SOAP Extension
- Application Development: Consuming Web services in PHP
- Simple Object Access Protocol
- Access an enterprise application from a PHP script
- ASPN : Web Services : Simple Web Services API
- ONLamp.com: A PHP Web Services Client
- DevChannel | Building PHP Web services with PEAR
XML-RPC:
- O’Reilly Network: Meerkat: The XML-RPC Interface
- Keith Devens – XML-RPC Library for PHP
- XML-RPC Specification
- Build your own Web Service with PHP and XML-RPC [PHP & MySQL Tutorials]
更多请看我的365Key
php 的 SOAP 实现主要有:
还有就是 php 自己的 SOAP 函数库。
在 SF 上搜索 nusoap 可以发现有不少的 php 项目都用了 nusoap ,大致看了一下,也感觉 nusoap 比较不错。以后可能就靠它了,不过它的文档不是特别多。