in reply to Re: Sending large file contents in SOAP call using SOAP::Lite
in thread Sending large file contents in SOAP call using SOAP::Lite

I tried serializer code you mentioned on a 34mb file and it almost used up 500MB while it is serializing and I printed the length of the resultant serialized text 47mb. So, the issue is not the size of the SOAP message it is sending or receiving, it is that serialization itself using up too much memory. Do you or anyone see the same issue?
  • Comment on Re^2: Sending large file contents in SOAP call using SOAP::Lite

Replies are listed 'Best First'.
Re^3: Sending large file contents in SOAP call using SOAP::Lite
by Anonymous Monk on Oct 19, 2013 at 03:59 UTC