service-reference

When to add a service reference?

I'm building a WCF service that will get deployed to a server running IIS. I can add the service reference from the current solution and use it fine. If I deploy the service to that particular machine, will I need to re-add the service to the application that consumes it? ...