Best praxis for XML handling (SUDS)

You must Login before you can answer or comment on any questions.

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?

Pastiew Code

Your Answer

Think you can help? Login to answer this question!