Delphi 2010 SOAP Server
Posted
by AJ
on Stack Overflow
See other posts from Stack Overflow
or by AJ
Published on 2010-05-09T21:03:09Z
Indexed on
2010/05/09
21:08 UTC
Read the original article
Hit count: 397
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
© Stack Overflow or respective owner