1 Reply Latest reply on Jan 28, 2009 1:49 PM by jmoliveira

    Consume a webservice asynchronously from within a webapp

      Given the limitation that applications should not spawn threads within a JEE management environment. What would be recommended approach for consuming SOAP/HTTP webservice using the JAXWS Asynchronous mode in JBoss Environment?

      I am using CXF as the stack.