我已经准备好了完整的SOAP信封(XML)。用php发送这个信封最简单的方法是什么?我知道SoapClient和Zend_Soap_Client,但请考虑这个特殊的情况,我只想发送这个信封并打印xml响应。public function sendEnvelope($xmlEnvelope, $url) //send this envelope to $url}
我正试图从服务器子域中的wordpress安装中获取内容。我用file_get_content和Zend_Http_Client试过了。$client = new Zend_Http_Client(Zend_Registry::get('CONFIG')->static->$name->$lang);试图从运行在lighttpdSeveral核上的Wordpress页面服务器获取HTML的Zend应用程序
你们知道如何解决这个问题吗?拜拜