使用 Zend SOAP 客户端进行呼叫时,我似乎收到以下错误。
“无法处理消息,因为内容类型 'application/soap+xml; charset=utf-8; action="http://tempuri.org/ISendAPI/GetExchangeRateList"' 不是预期的类型 'text/xml; charset= utf-8'。”
有什么办法可以设置内容类型,在文档中找不到任何东西
谢谢!
使用 Zend SOAP 客户端进行呼叫时,我似乎收到以下错误。
“无法处理消息,因为内容类型 'application/soap+xml; charset=utf-8; action="http://tempuri.org/ISendAPI/GetExchangeRateList"' 不是预期的类型 'text/xml; charset= utf-8'。”
有什么办法可以设置内容类型,在文档中找不到任何东西
谢谢!
您是否尝试过将 Soap 客户端版本更改为例如 1.1?
$this->_soapClient->setSoapVersion(SOAP_1_1);
似乎有点错误: http: //framework.zend.com/issues/browse/ZF-5286