So I just followed your setup guide on this plugin. It worked fine, until I noticed an error in my WSDL and changed it.
Let's say, my WSDL contained an eample instead of example property. I called it once, with the bad name, realizing, that something is weird, then changing the WSDL to properly say example. Now I get the SOAP error.
Does your plugin cache the WSDLs? Can I somehow refresh the WSDL? I can clearly see that the WSDL is updated, but the request from laravel always says that I am missing property 'eample'...
I just changed the url and added something like ?a at the end of the URL and it all worked fine. So it's definitely an issue with caching.. Can you advise some solution?
Hi there.
So I just followed your setup guide on this plugin. It worked fine, until I noticed an error in my WSDL and changed it.
Let's say, my WSDL contained an
eample
instead ofexample
property. I called it once, with the bad name, realizing, that something is weird, then changing the WSDL to properly sayexample
. Now I get the SOAP error.Does your plugin cache the WSDLs? Can I somehow refresh the WSDL? I can clearly see that the WSDL is updated, but the request from laravel always says that I am missing property 'eample'...
Please help? Thanks!