>Which version of Axis2 I'm using AXIS2 1.4.1.
>and Axiom do you use? All the jars I use are from the AXIS2 1.4.1 package. >Is the client also Axis2 based? Both client and server are AXIS2 1.4.1 Thank you very much for you prompt help! Massimiliano On Wed, May 20, 2009 at 5:22 PM, Andreas Veithen <[email protected]>wrote: > 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 > > >
