02-07-2009 04:39 AM
Hi All,
I want to up-load data from the device to the application server. (via BES)![]()
I use JSR-172 or kSOAP2 to up-load it.
Is there a limitation in the data size that can be up-loaded?
Solved! Go to Solution.
02-07-2009 05:29 AM
hi,
The maximum size per connection is 1024 (1mb).
02-07-2009 05:47 AM
Thank you for the answer.
The limitation of MDS-CS has been understood.
Is kSOAP2 or JSR-172 limited?
Thanks,
Ochan_f
02-07-2009 09:24 PM
Hi,
did you mean is jsr-172 or ksoap2 has its own data size limit?
02-07-2009 09:41 PM
Hi,
>did you mean is jsr-172 or ksoap2 has its own data size limit?
Yes, That's right.
Do you know this informations?
02-07-2009 09:56 PM
Hi,
as far as i know, those are just protocols/utils. they just help you set the message format, the specification on how you are going write/read the data and the likes. so i think it all goes down to the http.
02-09-2009 10:25 AM
Hi,
Thank you for the information.
The protocol of kSOAP2 and JSR-172 is not to influence the size that can be
communicated.
Thanks,
10-16-2009 10:48 AM
Hi, I want to make the same question but using BIS. What is the maximum data size that can be uploaded via BIS using ksoap2 or JSR-172.
Thanks indeed.