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]
# 1
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

JeffCao at 2007-9-9 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...
# 2
Does the web service require Windows Integrated authentication? If it does, I think you might have to be on a trusted domain. Can you access the web service using IE?

Daniel Roth

DanielRoth at 2007-9-9 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...
# 3

It sounds like IIS is set to require authentication. Check the IIS setting of the vroot that contains the service. You can enable anonymous access if you don't want it to authenticte.
YasserShohoud at 2007-9-9 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...

.NET Development

Site Classified