PHP SOAPClient WSDL caching - couldn't load WSDL -


i working erratic soap api right (using php's soapclient), works fine , returns correct response, of time returns various errors.

one of these errors "soap-error: parsing wsdl: couldn't load ..."

i have wsdl caching enabled (wsdl_cache_disk), , when wsdl returned ok, relevant file created in temp directory.

now, calling same endpoint multiple times during 1 processing, , if first call works fine (which means wsdl cached on disk), subsequent calls still return "couldn't load wsl" error.

i wonder why? if wsdl cached during first call, shouldn't subsequent calls use instead of trying load remote server again?


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -