form:http://fanqiang.chinaunix.net/app/web/2005-04-13/3152.shtml
nusoap介绍:
nusoap是一组开源的,用来通过http收发soap消息的php类,由nusphere corporation (http://www.nusphere.com) 开发。nusoap的一个优势是他不是一个扩展程序,而是纯粹用php代码写的,所以适用范围比较广。
安装配置:
从 http://dietrich.ganx4.com/nusoap/ 下载,从zip文件中解出nusoap.php文件放到include目录,在你的脚本前面加上
include('nusoap.php');
就搞定了。
参考:http://www.phpx.com/happy/thread-122030-1-1.html
*
……
【阅读全文】