From: Jaime Fournier on
Hello,
I have code at http://mauthesis.com/test.rb
I was under the assumption that each connection to this soap server would spawn a new instance of the main class and thus never have error on line 8 trigger.
What would be the right way to assure every call was initializing these to prevent this persistence of instance variables between calls?

Thanks.