I have setup a web service and need to generate the source code from the proxy. I can access the web service just fine from the browser (set up in IIS), but get an error through WSDL.EXE. The error I get is:
C:\Documents and Settings\Stew>wsdl
http://localhost/Service/Service.asmx?WSDLMicrosoft (R) Web Services Description Language Utility
[Microsoft (R) .NET Framework, Version 2.0.50727.42]
Copyright (C) Microsoft Corporation. All rights reserved.
Error: There was an error processing '
http://localhost/Service/Service.asmx?WSDL'.
- There was an error downloading '
http://localhost/Service/Service.asmx?WSDL'.
- Unable to connect to the remote server
- No connection could be made because the target machine actively refused it
As I mentioned, I can access the same URL above on the same machine just fine.
Any ideas?
Start Free Trial