Jose I had a very similar problem years ago using axis2/C 1.2;
However we did not use guththila but libxml2. And we found that we used/passed integer pointers to routines in axiom/libxml2 pointing to our (xml-)buffers. An integer pointer is of 16 bit size only, so it can only address a range from 0 to 65535. Maximum address capability of a 16-bit-size-pointer is calculated as 2^16-1 When we used 32 bit pointers all was gone, because now you can address 2^32-1 = 0 to 4'294'967'295 Josef -----Ursprüngliche Nachricht----- Von: Jose M Medina V [mailto:jose.med...@wesamconsulting.com] Gesendet: Sonntag, 2. März 2014 14:39 An: Apache AXIS C User List Betreff: Guththila and mod_deflate I'm trying use guththila and mod_deflate in apache and I having the following problem. When the xml is big, guththila is not completing the parsing, so I retrieving an incomplete information in my service. Anybody has this problem or any idea on how can I resolve? Any help is very appreciated. Regards, ------------------------------------------------------------ José M. Medina V. Wesam Consulting jose.med...@tecnimetales.com Mobile: +58(416)613-3302 +58(414)019-0580 Ofc: +58(212)959-8468 Ext. 204 BB pin: 21EEDDB5 Caracas - Venezuela --------------------------------------------------------------------- To unsubscribe, e-mail: c-user-unsubscr...@axis.apache.org For additional commands, e-mail: c-user-h...@axis.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: c-user-unsubscr...@axis.apache.org For additional commands, e-mail: c-user-h...@axis.apache.org