notfalsedev / laravel-soap

A soap client wrapper for Laravel
MIT License
634 stars 122 forks source link

SOAP-ERROR: Encoding: object has no 'eample' property - WSDL caching error? #183

Open dodancs opened 4 years ago

dodancs commented 4 years ago

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 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'...

Please help? Thanks!

dodancs commented 4 years ago

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?