WCF Windows Service - Consuming
Hi all,
I've written a Windows Service, which hosts a WCF Web Service. I'm now trying to work out how I consume this via a client.
I've previously used svcutil.exe to generate a proxy class from WCF Web Service hosted in IIS by pointing the svcutil.exe to the address where it is hosted - how can I alter this to point to the location of the windows service?
Cheers,
Greg