Make sure you use pointers of the proper type/size
i.e. pointers made as 16bit integers will certainly only allow 65kByte Buffers, 
while pointers of 32bit integers or 64bit integers will be able to address a 
much larger range.
I had the same effects as you describe on a old Axiom/Axis2/C version 1.2 
service. Since I am 
using 32bit size pointers this problem is gone. Maybe in other routines one 
calls, deep inside
axis2 or axiom, there are still pointers around which are of a smaller than a 
32bit size.
Josef

-----Ursprüngliche Nachricht-----
Von: Michael Stummvoll [mailto:[email protected]] 
Gesendet: Donnerstag, 22. Dezember 2011 13:19
An: Apache AXIS C User List
Betreff: Re: [axis2c] Problems with high payload? (was Re: [axis2c/wsdl2c/adb] 
problem with deserialize method)

Update: I just noticed, thats not everytime cut after 55kb, it seems 
that the stream ist cut after a "random" count of bytes (i had some 
values between 40kb and 140kb here)

Regards,
Michael

PS: I get an "Undelivered Mail Returned to Sender" response for each 
mail here.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to