I have a webservice that wants to retreive an object. To get this, all sort of events are raised and handled. I have a listener for this to handle the events.
But when the object comes in the listener, it is in an other thread. I have named the thread i started with and saved this in the listener. It is also set in a Join state, to wait. I also have an timeout set for it.
When the object comes in the listener the start thread has to be started again. I use the Interrupt method to do this.
But nothing happens. The method i use for handling the incoming event is the only thing that works. Then I get a 500 error in my browser.
When reloading the browser i get following error: "InvalidOperationException: Request format is unrecognized".
What am I doing wrong?
Thnx,
Sjakie
----------
Yes, the world is full of strange people.
But when the object comes in the listener, it is in an other thread. I have named the thread i started with and saved this in the listener. It is also set in a Join state, to wait. I also have an timeout set for it.
When the object comes in the listener the start thread has to be started again. I use the Interrupt method to do this.
But nothing happens. The method i use for handling the incoming event is the only thing that works. Then I get a 500 error in my browser.
When reloading the browser i get following error: "InvalidOperationException: Request format is unrecognized".
What am I doing wrong?
Thnx,
Sjakie
----------
Yes, the world is full of strange people.