Delphi 2010 SOAP Server
- by AJ
Hi,
I'm using Delphi 2010 to create a SOAP Server. The server is created as a ISAPI/NSAPI DLL. I then add an interface with some sample methods.
If I try and build this project I get this compiler error:
Building Project1.dproj (Debug configuration)
[DCC Fatal Error] Unit1.pas(6): F2063 Could not compile used unit 'msxml.pas'
Failed
Elapsed time: 00:00:01.5
Where should I start looking to resolve this issue?
Regards
AJ