• pwllc
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Does SetHTMLBody automatically take care of any special characters and replace them with corresponding escape sequence ?
  • November 11, 2009
  • Like
  • 0

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 ?

 

 

  • September 28, 2009
  • Like
  • 0