Hello, in my project I'am using suds.js to realize web communication over XML. All is fine, but if I try to use a second login then the apps crashes:
- login – I got a token
- retreiving datas
- logout
- login again – I got an other token ;-)
- retreiving datas => app crashes
First I tried to use the same suds client; in other essay I create a new client. In both cases it crashes.
Any ideas?
Your Answer
Think you can help? Login to answer this question!