I am looking for documentation on spyne WSGI support i.e. which objects were created in which order?
Also, I used events.py example from the repository to test the events but wsgi_call does not fire. Is there a particular case for it to fire?
PS: Myapp is the same as flask example.