Click here to Skip to main content
16,019,843 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how a webservice can be developed for already developed software , let me clear my question by an example . we have a builtin windows calculator so i want other users to use this calculator.For this i have to create webservice for this already developed calculator.Now how could i develop a webservice for already made software.So i hope every one would have understood my question.

NOTE: I want to do this in C# AND ASP .NET ...
Posted
Comments
Kornfeld Eliyahu Peter 21-Dec-14 4:21am    
Does your application has any interface except UI?

1 solution

Rather than exporting features of calculator i would suggest if possible just write down basic methods of Calculator like add , subtract in Web service with number's and method name as a input parameter. Return value will be based on mode of operation requested by user.

From UI take these value and call web service.
 
Share this answer
 
Comments
ridoy 22-Dec-14 4:09am    
+4

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