malikmm
10-07-2011, 10:12 AM
Hi,
Firstly, I must apologise as I am a novice and my approach may be flawed.
I am using MS Visual Web Developer 2010 Express on a Windows 7 Enterprise platform.
What I want to do is add a provided 3rd party wsdl file to a C# ASP.NET MVC Web App and then consume each service. I have successfully done this in a Java environment.
I am at the stage wher I am trying to add a Service Reference to the wsdl as follows:
-> select Service Reference from the menu options
-> select Advanced
-> select Add Web Reference
When I add the reference to my wsdl I get an access denied cannot copy message, as follows:
There was an error downloading 'C:\temp\wsdl'.
Access to the path 'C:\temp\wsdl' is denied.
Access to the path 'C:\temp\wsdl' is denied.
Access to the path 'C:\temp\wsdl' is denied.
There was an error downloading 'C:\temp\wsdl'.
Access to the path 'C:\temp\wsdl' is denied.
Access to the path
I would appreciate advice on my approach and why I am getting an access denied message. I have checked the property for the location I am going to and all seems to be fine.
Firstly, I must apologise as I am a novice and my approach may be flawed.
I am using MS Visual Web Developer 2010 Express on a Windows 7 Enterprise platform.
What I want to do is add a provided 3rd party wsdl file to a C# ASP.NET MVC Web App and then consume each service. I have successfully done this in a Java environment.
I am at the stage wher I am trying to add a Service Reference to the wsdl as follows:
-> select Service Reference from the menu options
-> select Advanced
-> select Add Web Reference
When I add the reference to my wsdl I get an access denied cannot copy message, as follows:
There was an error downloading 'C:\temp\wsdl'.
Access to the path 'C:\temp\wsdl' is denied.
Access to the path 'C:\temp\wsdl' is denied.
Access to the path 'C:\temp\wsdl' is denied.
There was an error downloading 'C:\temp\wsdl'.
Access to the path 'C:\temp\wsdl' is denied.
Access to the path
I would appreciate advice on my approach and why I am getting an access denied message. I have checked the property for the location I am going to and all seems to be fine.