2009/1/21 Gox <[email protected]>: > > Hi! > I manage to create asynchronous web service, but I don't know how to create > asynchronous provider. I need to send row XML and not JAXB objects. The > javax.ws.Provider interface has only the invoke() method. Does anyone know > how to do this?
You can either do it yourself with a multithreaded server, or if you have control over the client end too, use asynchronous dispatch there. http://www.jroller.com/gmazza/entry/creating_service_side_asynchronous_web https://jax-ws.dev.java.net/jax-ws-20-fcs/docs/dispatch.html Andrew. -- New site launched: http://biotext.org.uk/ I am retiring my old email addresses. Please use [email protected] where firstname = andrew.
