I have a situation where I want to establish communication between WCF service and Windows service.
- I want to pass messages from the Windows service to the WCF service
- I want to send array list from the Windows service to the WCF service
How can I achieve this?
Edit:WCF is hosted on IIS. if any code snippets it would very helpfull. Thanks in advance loke