I have created a service on Windows it is installed on localhost and now have to interact with this service .
Inside my web application I'll give a query command that will be sent to this service and this service will make this query on another IP and return the result to the application .
Within the OnStart method I created a StreamWriter 's fulfilling a text file , to make sure that the service is working.
How do I send requests for this service and receive his answers ?