Hi all, I'm finding it difficult to calculate the total size of my SOAP requests to a remote web service. This is important because the web service in question refuses requests that go over a certain limit, and such limit takes into account the whole HTTP request size (including HTTP headers, etc).
There doesn't seem to be any API call that returns the content-length of my request. Can anyone provide any hints with regards to this? Cheers Dan
