https://issues.apache.org/bugzilla/show_bug.cgi?id=50727
Summary: ISAPI EXTENSION_CONTROL_BLOCK Missing PostData with
.NET Client
Product: Apache httpd-2
Version: 2.2.17
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component: mod_isapi
AssignedTo: [email protected]
ReportedBy: [email protected]
Using a .NET service client, like .NET WebService
Studio(http://webservicestudio.codeplex.com/) the ECB is missing cbTotalBytes,
cbAvailable members and lpbData points to a empty string.
This doesn't happen with a Delphi client.
Fiddler shows differently formatted XML PostData from .NET Client (Specifically
XML encoding and SOAP envelopes names).
Here is an unanswered stackoverflow question with almost exact scenario(I use
Delphi 2010) and apache debug logs.
http://stackoverflow.com/questions/4275583/isapi-webservice-on-apache
Same DLL on IIS 5.1, 6 and 7 and Indy powered Debug app works like a charm with
both .NET and Delphi clients.
Tried setting different values for ISAPIReadAheadBuffer which should directly
affect cbAvailable member value, and enabling/disabling ISAPICacheFile
directive. The result was the same.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]