Click here to Skip to main content
15,896,111 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I created windows service. Now I need to create COM Wrapper for windows service so
that we can invoke that Com Wrapper from any client application. Can anyone provide sample application for this or procedure.
Posted

1 solution

Chances are good you'll have to rewrite your Service.

You want it so any client conde can use your service, correct? Well, your service is one of those clients.

You should have written this as a class library that handles all of the functionality you're not describing. You service will then be using that library the exact same way any other client application would.
 
Share this answer
 
Comments
pdmkosireddi 18-Jan-12 8:15am    
Hi Dave Kreskowiak, Thank you for your response. Actually my requirement is My client application may be either vb or asp or anything and I have a windows service created using C#.Net. Now I need a wrapper which takes the request from the client and process request to the service and in turn sends the response to the client. Can you please provide a sample application for this or idea how to proceed?

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