Probably oyu could try the option of chunked encoding ..and your service
side should support it.

On Thu, Aug 30, 2012 at 10:10 PM, fyrachek <[email protected]> wrote:

>
> I'm calling external web service with axis2.
> And I want to discard response message if its size(content of the incoming
> InputStream) large than N bytes.
>
> First idea was to add custom handler to the <phaseOrder type="InFlow">.
> But after debugging it looks for me like response's InputStream was already
> read and converted to SoapEnvelope.
>
> Is there any other way to do that ? To read incoming InputStream before any
> Axis2's manipulation with it  and if its content length larger than N
> bytes-
> discard response.
>
> Thnx for any reply.
> --
> View this message in context:
> http://old.nabble.com/Axis2-limit-incoming-response.-tp34354334p34354334.html
> Sent from the Axis - Dev mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to