SOAP: looks like we got no XML document

前端 未结 10 1433
日久生厌
日久生厌 2021-01-11 11:41

I\'m trying to create a web service but before I do I\'m trying to get a simple example that I found on the internet to work first but I keep getting the following error:

10条回答
  •  半阙折子戏
    2021-01-11 12:21

    set always_populate_raw_post_data = -1 in php.ini file (by removing the ; ) and then restart the server. It worked fine for me.

提交回复
热议问题