You need to sign in to do that
Don't have an account?

Exceeded max size limit of 100000
Hi,
I am using the Force.com Amazon Webservices Toolkit. I have 2 issues here -
1. When I use the WSDL2APEX "GetObject" method, I get an error - Unable to parse the callout response. I had run into a similar issue in March 09 with the CopyObject method and was asked a HTTP request/respose wrapper to make the calls.
2. GetObject works with the HttpRequest/Response calls. Now, I get the error "Exceeded max size limit of 100000". The file on Amazon S3 is about 120 KB. As per documentation, the max limit for a SOAP callout is 1 MB. So, the file is definitely within the limits. Why am I getting this error ?
Did you find a solution to this? I think the limit is still 100Kb for the until the next release when it will become 1Mb, This is still too small.
Does this limit apply to HTTPRequest for sending files? Or only for HTTPResponse?
For the Response I just redirect the browsers URL to the file on S3
Thanks,
Wilmer