Adding web reference in visual studio 2005

  • Thread starter Thread starter michald
  • Start date Start date
M

michald

I'm trying to add a web reference to a local wsdl file. When I try to
enter it's path (or any other path) in the 'Add Web Reference'
dialogue box I'm getting the following error in the 'Web services
found in this URL':
'There was an error downloading <path>. Access to the path <path> is
denied.'

How can I solve this?
 
you have a couple options.

place the wsdl file on any webserver (even your own box), run the wsdl.exe
tool manually to create the proxy stub class, or add a custom build step to
run wsdl.exe

-- bruce (sqlwork.com)
 
Back
Top