Click here to Skip to main content
15,888,968 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I create an API to communicate with .exe file?
Are API and a web service the same thing?
Posted

1 solution

What exactly are you trying to do?

In general an application must be designed to accept input from something. There are a range of interprocess communications technologies for doing this. A web service is not the same thing. A webservices is to facilitate communications across machine boundaries (that being said, it is possible for a webservice and the application using the web service to reside on the same machine). To get more useful information you'll need to provide more details on what you are trying to accomplish.
 
Share this answer
 
Comments
aarti369 14-Aug-10 20:05pm    
Thanks for your quick reply.
I am trying to create a web service wrapper for some executable.
And till now, I just came to know that I need to create an API communicating with .exe. Do you think this is the right way? If no, then can you tell me how can I write a web service wrapper for any executable.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900