I'm trying to create a SOAP Server application that is a stand alone application (no need for IIS to be configured). The problem is that I get this error when trying to compile:
I get the error
SockApp was compiled with a different version of IdTCPServer
Now this is because Delphi 2006 ships with INDY 10 but SockApp appear to have been compiled with INDY 9.
The read me states:
Option 1 works, but I need to use some of the INDY 10 features so this is not a great option for me.
Does anyone know how to implement option 2? i.e. how do I compile IndySockTransaport and sockapp?
You can also look here: http://www.cromis.net/blog/downloads/cromis-isapi-server/
It is simple to use, flexible (out of the box it works with Indy 9 and 10, but can work with any HTTP components) and tested. It is an ISAPI server side support, but you just build your SOAP module as ISAPI and it works as standalone server. You practically need only few lines of code.