I am about to develop a (web-PHP) reservation system for a company that is producing a virtual meeting software. The software of the
company uses a client server technology where all the users connect to the server and perform a meeting.
My reservation system is supposed to access the server software or vise versa. The server software is build in Delphi and my reservation system is going to be implemented in PHP.
How do I make the comunication between a delphi(server) application
and a PHP web application with web services?
Shall I need to use a third language like Java?
|