Zdeněk, You brought up a very good issue of environment problem. I compared libraries in my build environment and my distribution environment. Because of my negligence, I have never touched libraries in distribution folder, but now I noticed that woodstox jar is corrupt. I replaced it with new jar and everything began to work.
Thanks for all your help! > Hi Tomek, > Hi Seego, > > I have tested it. It works fine. > > java 1.5 build 11 > Tomcat 5.5 last stable > XFire 1.2.5 (I copied content of xfire lib directory into .... > Tomcat55\shared\lib\ and restarted Tomcat) > Maven 2.0.6 > > EasyEclipse 1.2.1 > > I downloaded your zip file, then I created file in temp directory with > some data. > > mvn eclipse:eclipse ( I run client from eclipse) > mvn install war:war than I copied created war file into Tomcat webapp > directory > wsdl document http://localhost:8080/xfire-mtom/services/MTOMService?wsdl > I run client application from eclipse. > Everything was ok. > Í have got content with this code: > System.out.print("result" + dh2.getContent().toString()); > > Which Tomcat version do you use? > Which java do you use? I have tested my code with java 1.4.2 build 6 > and java 5 several builds. > > There must be problem in your your enviroment, libs ... > > Regards, > Zdenek > -- View this message in context: http://www.nabble.com/How-to-download-large-file-from-service-side-to-client--tf3632140.html#a10180051 Sent from the XFire - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
