PHP 连接soapServer返回“SOAP: looks l

2016-12-25  本文已影响147人  __Bw__
  1. 写了个soapServer
$server = new SoapServer('xxoo.wsdl');
$server->setClass('URClassName');
$server->handle();
$client = new SoapClient("xxoo.wsdl");
$client->__call($function_name,$arguments);
PHP message: PHP Deprecated:  Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set 'always_populate_raw_post_data' to '-1' in php.ini and use the php://input stream instead. in Unknown on line 0”
always_populate_raw_post_data = -1
上一篇 下一篇

猜你喜欢

热点阅读