当前位置:Gxlcms > PHP教程 > 关于zendsoap,该如何解决

关于zendsoap,该如何解决

时间:2021-07-01 10:21:17 帮助过:3人阅读

关于zend soap
本帖最后由 ihelloworld 于 2012-01-17 16:47:47 编辑

使用Zend_Soap_AutoDiscover自动生成的wsdl在windows下正常,同样的代码换到linux环境中就不行了,

xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="Bss_Mailservice" targetNamespace="http://split.bss.com/interface/index/mailservice">





auth



send









































基中





这几个参数都应该是string类型,但在linux下生成的是anyType,另外我在方法的注释中己经写了返回值的注释,但也不管用

/**
*
* 发送邮件
* @param string $to
* @param string $cc
* @param string $bcc
* @param string $subject
* @param string $body

人气教程排行