Board index » delphi » D2006 SP1 and SockApp
Ciaran Costelloe
![]() Delphi Developer |
D2006 SP1 and SockApp2006-02-08 08:23:09 AM delphi246 I have to develop a complex web service client (i.e. exchanging XML via https) to interface with a web service server to be developed by another company, but (typically!) there will not be enough time between the time they deploy the server and when it is in production, so I need to temporarily hack a web service server from the high-level specs to allow me start developing a client. The server is causing me problems, rather than the client (the client will need to be a VCL Win32 app because of other technologies it has to implement, but that is presumably irrelevant). I would prefer not to have to set up IIS or Apache. I looked at the Cassani ASP.NET option, and while I may end up going back to it, I am bothered about the learning curve and whether it will work for me, such as SSL support, so I tried the Soap Server Application wizard with the "Web App De{*word*81} executable" option, which in theory seems to fit my needs best. However, it won't compile because "Unit SockApp was compiled with a different version of IdTCPServer.TIdTCPServer". I installed D2006 with Indy 10: is this error because it needs Indy 9 (the D2006 installer warned about installing Indy 10 because of CBuilder incompatibilities, but I noticed nothing about Delphi apps)? If so, are there plans to update SockApp (and possibly other units that it uses) so it can run with Indy 10? Alternatively, maybe I need to check out a different server technology (I have read a lot, particularly on Borland Developer Network, but many end up apparently needing hacks to get them working, such as getting Apache modules to work with different Apache versions). Am I going in the wrong direction, and maybe should be looking at a different approach? Ciaran, confused. |