Hello,
I want to use NAV web service in my web application. I copy and paste the web service URL (
http://[some IP number]:7047/DynamicsNAV/WS/[company name]/Codeunit/[Web service name]) to the IE, IE requests my credentials, after entering the right credentials I am able to see the XML schema of the web service (this is what I want). But when I try to add a web reference in my VS solution using the same URL, VS does not ask me any credential at all, shows me the method list and method signatures but no means to add the web reference. The following error is on the "Web services found at this URL" section:
There was an error downloading '
http://[some IP number]:7047/DynamicsNAV/WS/[company name]/Codeunit/[Web service name]'.
The request failed with the error message:
--
<s:Envelope xmlns:s="
http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode xmlns:a="urn:microsoft-dynamics-schemas/error
I strongly believe that VS uses wrong credentials to get to the URL. How can I get the full error specification and make VS forget the past
?
Answers
Dynamics NAV Developer since 2005