You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Praveen Peddi <pp...@contextmedia.com> on 2003/12/16 16:29:49 UTC

Can we stream the results from the soap method

HI all,
We are using axis on serverside and soap on client side.
I am trying to write a method in soap service that returns thousands of objects that are converted into xml elements. Returning the whole response as an xml string is taking for ever. I am wondering if I can send the response as an output stream rather than as xml string.

How about sending the response as attachment. Will it do any better. I think attachments are sent as streams if I am not wrong.

Thanks
Praveen