What I want to do is to create a web service in C#.net. That web service must then call an external exe which will take parameters, calculate a value based on those parameters, and then return a value to the web service.
That exe will be a program written with Delphi.
How do u call the exe, pass parameters to it, and then get a value back?