Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.4.1, 1.5.0
-
None
-
Windows XP SP3, Microsoft Visual C++ 6.0 and Visual Studio 2003
Description
Problem first described here: http://marc.info/?l=axis-c-user&m=124145604124507&w=2
I'm calling a web service that returns a very long string (~130k) . When the client app talks directly to the server then everything works fine. When the client app talks through a proxy server (Squid, Privoxy) then the adb_XXXresponse returns an empty string.
I am including a test program (Visual C++ 6.0/2003) that demonstrates the problem.
Just download and unzip, there is a README.TXT file with all the details.