R
Rob Snell
Let me begin by saying that per Q821156, I have updated my web
server/development machine with .NET Framework 1.1 SP1. I don't know
if I still need to but I have also overridden GetWebRequest to set the
KeepAlive false as directed in Q819450. I am still receiving the
above-mentioned error when one of the parameters of my web service
contains a large xml string inside. By the way, I am calling this
asynchronously.
I am nearing the end of my rope. The only other thing I can think of
doing if I cannot resolve this is to "chunk" the data over
synchronously in 512K chuncks or something.
Any ideas? Have I missed something?
server/development machine with .NET Framework 1.1 SP1. I don't know
if I still need to but I have also overridden GetWebRequest to set the
KeepAlive false as directed in Q819450. I am still receiving the
above-mentioned error when one of the parameters of my web service
contains a large xml string inside. By the way, I am calling this
asynchronously.
I am nearing the end of my rope. The only other thing I can think of
doing if I cannot resolve this is to "chunk" the data over
synchronously in 512K chuncks or something.
Any ideas? Have I missed something?