On Wednesday 10 November 2010 2:50:02 am Villoud Pierre Julien wrote: > Hi and thanks for your answer (@Steve I'm sorry, I didn't mean to steal > your question...) > > I'm using the 2.2.10 version. So what happens if a lot of call like this > happen : client.invoke(new ClientCallback(), "methodName", params...); > > You think that the request should timeout ?
Yes, it should. By default it's 60 seconds. That said, if the server actually responds, it should just complete normally and the callback called. Is there any chance you could create a small testcase (like modify the jaxws_async example) that shows the problems? Dan > I'm really not expecting > anything in return that's why i'm calling the invoke function like this. I > have a Hello World method but I don't have much time to test. If it's not > something you already have heard of, I will go back to synchronous calls > and work on that as soon as I can. > > Thanks again > > Pierre-Julien > -- Daniel Kulp [email protected] http://dankulp.com/blog
