Problem Creating Proxy
Hi,
I have a web service in my project it is being shown when I say show all the web services on current solution. When I select it, it shows the URL and ask for user name,password and domain. My computer is not part of any domain so I just put computer name in domain and in username and password I put local administrator. But nothing happens and keep on asking the same information.
Any help would be highly appreciated.
[430 byte] By [
Nadeem] at [2007-12-16]
I don't have a machine at hand that is not joined into a domain right now, so can't try your repro. A way to get around this is to manually generate the proxy file you needed by using the wsdl.exe command line tool that comes with your framework installation.
The syntax would be something like:
wsdl.exe http://localhost/<App_Dir>/YourWebService.asmx
Hope this helps to unblock you in the mean time...
thanks,
Jeff Cao