SOAP-ERROR: Encoding: Violation of encoding rules?

前端 未结 11 570
夕颜
夕颜 2021-01-02 03:42

Guys, I\'m stuck, banging my head off the desk for the past few hours.

I am trying to consume a service, and I have 8 other functions that I call that are almost IDE

11条回答
  •  感情败类
    2021-01-02 04:15

    If you upgrade your PHP version to 7.3 or later, the previous WSDL cache may stop working.

    The default install directory is /tmp and disabling cache or deleting the wsdl* cache files should remove the problem. I would recommend clearing the cache, or else your server will pull the WSDL every time (which may not be desirable).

提交回复
热议问题