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. Add WebReference at Runtime?

Add WebReference at Runtime?

Scheduled Pinned Locked Moved C#
question
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.
  • P Offline
    P Offline
    Pankaj Joshi
    wrote on last edited by
    #1

    Is it possible to add a reference to a webservice programmatically in a Windows Form application? Basically I am looking to provide a list of URLs to the WinForm client which would then add the WebReference, do the discovery, and call a WebMethod. Any insight would be appreciated. thanks in advance...

    Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

    O 1 Reply Last reply
    0
    • P Pankaj Joshi

      Is it possible to add a reference to a webservice programmatically in a Windows Form application? Basically I am looking to provide a list of URLs to the WinForm client which would then add the WebReference, do the discovery, and call a WebMethod. Any insight would be appreciated. thanks in advance...

      Regards Pankaj Joshi If you want to shape your dreams into reality, please wake-up...

      O Offline
      O Offline
      originSH
      wrote on last edited by
      #2

      The Web References functionality is actually a part of Visual Studio and it generates the classes you use at design time. To replicate this functionality in your app would mean you making a code generator to make similar classes at runtime.

      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