I'm using custom .wsdl files. When I switched from the salesforce sandbox to the production account, I had to change the .wsdl file accordingly. At this point the API logins stopped working, on the watchdog, the error INVALID_LOGIN: Invalid username or password or locked out. appeared.
It took me a while to figure out that the problem was that SoapClient caches wsdl files.
I will shortly come up with a patch to README explaining this problem.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 475914-1_cached_wsdl.patch | 1.33 KB | alex_b |
Comments
Comment #1
alex_b commented- add information on how to add your own .wsdl file
- add warning that SoapClient caches wsdl
- add a tip on how caching can be turned off / controlled
Comment #2
joshk commentedSweet! I will add this now. Good documentation is a major thing here.
Comment #3
joshk commentedcommitted