Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. connecting to webservice

connecting to webservice

Scheduled Pinned Locked Moved C#
sysadminwindows-adminhelpcsharplearning
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    fmardani
    wrote on last edited by
    #1

    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

    G 1 Reply Last reply
    0
    • F fmardani

      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

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      Check the spelling of the URL. Both the URLs look like they are misspelled. If it's misspelled on the server, you have to use the same spelling when accessing it.

      --- Year happy = new Year(2007);

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups