标签: php web-services soap wsdl nusoap
我正在尝试使用NuSOAP创建一个Web服务,这只有一个返回true或false的方法,我需要帮助来定义wsdl和SOAP,没有文档在php和我使用SOAP只有2天完成:S
function Transfer($account, $Transactiondate, $amount, $bankID) { //function code return $isValidTransfer }
答案 0 :(得分:1)
PHP提供了使用SOAP的优秀文档和示例:
http://php.net/manual/en/soapclient.soapclient.php
IBM还有SOAP教程:
http://www.ibm.com/developerworks/webservices/tutorials/ws-soa-callsecurephp/index.html
http://www.ibm.com/developerworks/opensource/library/os-phpws/