关于zend soap
使用Zend_Soap_AutoDiscover自动生成的wsdl在windows下正常,同样的代码换到linux环境中就不行了,
- XML code
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,另外我在方法的注释中己经写了返回值的注释,但也不管用
- PHP code
/** * * 发送邮件 * @param string $to * @param string $cc * @param string $bcc * @param string $subject * @param string $body * @return array * @throws SoapFault */ public function send($to, $cc, $bcc, $subject, $body) {请问这是怎么回事啊?









