Web Reference url is vsdisco file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Uml0ZXNoMjAwMA==?=

    Web Reference url is vsdisco file

    Hi,

    I am using VS 2002 with .NET 1.0. My website has web reference which points
    to a vsdisco file like http://localhost/webservices/Firstwebservices.vsdisco.

    When I make modifications to my web service, I am unable to update web
    reference. When I remove the current web reference from my website and try to
    add the same webrefernce again by entering the *.vsdisco file, I get error.

    Please let me know if vsdisco is valid method of adding web service or
    should I enter *.asmx path.

    Thank you.
    Regards,
    Ritesh
  • John Saunders [MVP]

    #2
    Re: Web Reference url is vsdisco file

    "Ritesh2000 " <Ritesh2000@dis cussions.micros oft.comwrote in message
    news:5B25C03C-EA8A-40B6-8BED-987AC4868C19@mi crosoft.com...
    Hi,
    >
    I am using VS 2002 with .NET 1.0. My website has web reference which
    points
    to a vsdisco file like
    http://localhost/webservices/Firstwebservices.vsdisco.
    >
    When I make modifications to my web service, I am unable to update web
    reference. When I remove the current web reference from my website and try
    to
    add the same webrefernce again by entering the *.vsdisco file, I get
    error.
    >
    Please let me know if vsdisco is valid method of adding web service or
    should I enter *.asmx path.
    People usually use the .asmx.
    --
    John Saunders [MVP]

    P.S. This is the first time in years that I've seen someone running .NET
    1.0, or at least, admitting to it.


    Comment

    • =?Utf-8?B?Uml0ZXNoMjAwMA==?=

      #3
      Re: Web Reference url is vsdisco file

      Thank you for the response.

      My Web service project has 4 different web services (*.asmx files). How can
      I group them together and only add 1 web reference to the website instead of
      adding 5 different web services (*.asmx files) to the web site.

      Regards,
      Ritesh Pathak

      "John Saunders [MVP]" wrote:
      "Ritesh2000 " <Ritesh2000@dis cussions.micros oft.comwrote in message
      news:5B25C03C-EA8A-40B6-8BED-987AC4868C19@mi crosoft.com...
      Hi,

      I am using VS 2002 with .NET 1.0. My website has web reference which
      points
      to a vsdisco file like
      http://localhost/webservices/Firstwebservices.vsdisco.

      When I make modifications to my web service, I am unable to update web
      reference. When I remove the current web reference from my website and try
      to
      add the same webrefernce again by entering the *.vsdisco file, I get
      error.

      Please let me know if vsdisco is valid method of adding web service or
      should I enter *.asmx path.
      >
      People usually use the .asmx.
      --
      John Saunders [MVP]
      >
      P.S. This is the first time in years that I've seen someone running .NET
      1.0, or at least, admitting to it.
      >
      >
      >

      Comment

      • John Saunders [MVP]

        #4
        Re: Web Reference url is vsdisco file

        "Ritesh2000 " <Ritesh2000@dis cussions.micros oft.comwrote in message
        news:B6A8EFA9-E6E4-43C5-8430-EBF33040B7BF@mi crosoft.com...
        Thank you for the response.
        >
        My Web service project has 4 different web services (*.asmx files). How
        can
        I group them together and only add 1 web reference to the website instead
        of
        adding 5 different web services (*.asmx files) to the web site.
        You can't.
        --
        John Saunders [MVP]


        Comment

        • Scott M.

          #5
          Re: Web Reference url is vsdisco file

          You make references to .asmx files, not .disco files. .disco files are for
          discovering what web services a web server has to offer. Each .asmx file
          can contain only one web service class, so no, you'll need more than one web
          reference if you have more than one web service.


          "John Saunders [MVP]" <john.saunder s at trizetto.comwro te in message
          news:%230UMrQrs HHA.3468@TK2MSF TNGP05.phx.gbl. ..
          "Ritesh2000 " <Ritesh2000@dis cussions.micros oft.comwrote in message
          news:B6A8EFA9-E6E4-43C5-8430-EBF33040B7BF@mi crosoft.com...
          >Thank you for the response.
          >>
          >My Web service project has 4 different web services (*.asmx files). How
          >can
          >I group them together and only add 1 web reference to the website instead
          >of
          >adding 5 different web services (*.asmx files) to the web site.
          >
          You can't.
          --
          John Saunders [MVP]
          >
          >

          Comment

          Working...