SOAP-ERROR: Encoding: Violation of encoding rules?

前端 未结 11 568
夕颜
夕颜 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 03:54

    I had this issue in PhpStorm when doing unit tests. I disabled the wsdl cache and it worked:

    ini_set("soap.wsdl_cache_enabled", "0");
    

提交回复
热议问题