PHP SOAP Procedure 'functionName' not present PHP SOAP Procedure 'functionName' not present php php

PHP SOAP Procedure 'functionName' not present


Even if setting soap.wsdl_cache_enabled = 0, try also emptying the /tmp folder.


Clearing the tmp folder of wsdl- prefixed files worked for me. I also changed PHP's wsdl_cache_enabled option to 0 as suggested in my dev environment.