Massimiliano,

Which version of Axis2 and Axiom do you use?
Is the client also Axis2 based?

Andreas

On Wed, May 20, 2009 at 17:17, Massimiliano Ziccardi
<[email protected]> wrote:
> Hi all.
>
> I've a simlpe pojo class:
>
> public class MyClass
> {
>    public DataHandler getFile()
>    {
>        return new DataHandler(new FileDataSource(new File("/tmp/myfile")));
>    }
> }
>
> I've published that pojo as a WebService.
>
> The problem is that, on the client side, the file is always truncated at
> 12123 bytes.
>
> How can I solve this issue?
>
> Thanks,
> Massimiliano
>

Reply via email to