You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Kwong, Kevin" <kk...@highlinedata.com> on 2006/09/22 16:51:40 UTC

[Axis2] quick question

On the server, I have business logic that write out to a file. It took
47 seconds to complete. Then I created an XMLStreamReader and returned
an OMElement from the StAXOMBuilder on the reader. 

 

Are there ways to save the 47 seconds? In another words, I would like to
stream back as soon as the write process is started. The async way
returns a message to client immediately, but they still have to wait 47
seconds before onComplete().

 

Kevin