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 Norio Sasagawa <n-...@ka2.so-net.ne.jp> on 2009/06/28 04:36:38 UTC

I want to send and receive a big size class data. Is there any idea.

Dear all,

I want to send and receive a big size class data.
I knew how to send and receive a small size class data at a time.
Now I need to send and receive a big size class data.
Any help will be appreciated.
Thanks in advance.
Regards.

Norio Sasagawa

Class is as follows.
public class returnInfo {
    private java.lang.String result;
    private java.lang.String[] returnDetail;
}

If returnDetail becomes many time, it will be OutOfMemory Exception.