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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -