java - Can I use DeferredResult with spring-ws? -
is there way perform proper asynchronous request processing spring-ws?
the 'normal' spring way of doing (i.e. returning callable or deferredresult controller action) doesn't work spring-ws.
specifically, spring-ws throws soapmessagedispatcher exception message
no adapter endpoint [public org.springframework.web.context.request.async.deferredresult<org.w3c.dom.element>
(when t org.w3c.dom.element)
if deferredresult/callable not options spring-ws options have?
java spring asynchronous spring-ws
No comments:
Post a Comment