I have a requirement to create a small application that will be deployed to a large number of PC's. The application will rely on the PC's hostname as part of its Web Service SOAP calls (ex: http:// PCHOSTNAME /myservice?WSDL)
So because of this, I don't think the "Add Web Reference" option will work, as I won't be able to change it when it's deployed.
Is there a way to set it up so I can specify part of the URL of the web service so I can then make SOAP calls to it?