Hi, it looks like I found workaround for this :

define custom Message Builder, and check input stream in it.
But as for me it's only workaround 


fyrachek 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.-tp34354334p34373746.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