Hi,
Has anyone got any experience in this type of problem ? One possible
solution we used temporarily is, pass data fragment in in a call and do
multiple calls to send the complete data.But we are reluctant to go with
this approach in production.

Any help/pointer ?

Thanks,
Sudhir

On Mon, May 4, 2009 at 2:23 PM, Sudhir Mongia <sudhir.mon...@gmail.com>wrote:

> Hi,
> We have a web method exposed by .net app and we using client stubs
> generated through Axis2. This method accepts an array of objects. The object
> is very heavy object containing 25+ members variables of double and string
> type.
>
> The calls to this method fails sometimes due to memory when we are trying
> to send large number of objects e.g. 100000-200000.
>
> Any suggestions/idea , how can we compress the size of data to fix this
> problem? We have control up to some extent on server side as well.
>
> Thanks,
> Sudhir
>
>
>
>

Reply via email to