Inconsistent responses from ISAPI DLL in mod_isapi.
- by William Leader
I have a ISAPI dll which I created with Delphi 2009, and I have been able to test that it functions as designed when I run it inside of IIS 5.1. However when I attempt to host the web service from within Apache on Windows XP using mod_isapi, I do not get consistent results.
The ISAPI dll implements a very simple SOAP service with two methods. One…