Hi Greg, I am using Apache cxf framework & Jax-ws API for my Soap service.I am basically waiting for the request to be completed after AsyncContext.setTimeout(secs) gets over,ie without any async task.
The problem is I am not using any request object in my method.I am using an Apache cxf Interceptor which then directs the request to my method for the particular Context URI. But using startAsync() would need an request object to be passed along with it.I was facing the same problem for getContinuation() as well. How to implement Async() if I don't have any req object? -- View this message in context: http://jetty.4.x6.nabble.com/Jetty-Continuations-for-SOAP-Services-tp4966805p4966807.html Sent from the Jetty User mailing list archive at Nabble.com. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
