connecting to webservice
-
There is a webserver "windows server 2003" on local network. It has VS2005 with SP1 and latest updates for win server 2003. This server also has IIS. The webservices that are created in .net 2.0 are sitting in this server (virtual directory). Using a client workstation (development machine), I can pipng the ip address of the webserver. The problem is when trying to add webreference to these webservices in web server. i.e. http://webserverName/CodeServicces/intest.asmx The client gives an error as follows: The proxy settings on this computer are not configured correctly for web discovery. Server Error in '/' Application. -------------------------------------------------------------------------------- The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /codesservices/inTest.asmx
-
There is a webserver "windows server 2003" on local network. It has VS2005 with SP1 and latest updates for win server 2003. This server also has IIS. The webservices that are created in .net 2.0 are sitting in this server (virtual directory). Using a client workstation (development machine), I can pipng the ip address of the webserver. The problem is when trying to add webreference to these webservices in web server. i.e. http://webserverName/CodeServicces/intest.asmx The client gives an error as follows: The proxy settings on this computer are not configured correctly for web discovery. Server Error in '/' Application. -------------------------------------------------------------------------------- The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /codesservices/inTest.asmx