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
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");