Link to home
Start Free TrialLog in
Avatar of Fred Goodwin
Fred GoodwinFlag for United States of America

asked on

Call a function in a windows service from a web service

I have a windows service that contains a function I want to call from my web service.  I have a web service -> Business Logic Layer -> Data Access Layer.  I want to call the windows service function from my Business logic layer.  Any help on how to do this would be great.  I am writing in VB.net.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of RealMrTea
RealMrTea

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Fred Goodwin

ASKER

Thanks for your reply.  Do you have an example that you could show me?  
Thanks
Avatar of RealMrTea
RealMrTea

I have done it before...don't really have any examples I can send you.  It is not too hard.

Check out this site...it seems to have an example you can download.

http://www.thescarms.com/dotNet/WinService.asp

Later,
ERic
try Remoting