Have searched around but havent seen an exact scenario like this.
There exists a box with web services on it that its not accessible to my local machine. I do development ONLY on my local machine, then I push the code to staging and production environments. The staging and production web servers CAN access the web services box, but since my machine cannot I cannot use the "Add Web Reference" wizard to add the reference (the URL just times out, of course).
Is there any way to manually add the web reference to the project, so that when the code gets pushed out everything is ready to go?
Thanks in advance.
-Chris