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. Web Development
  3. Dynamically Create a WebService

Dynamically Create a WebService

Scheduled Pinned Locked Moved Web Development
csharpdatabasesql-servervisual-studiowcf
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.
  • B Offline
    B Offline
    BenClark
    wrote on last edited by
    #1

    I hope this is the correct forumn for this. I need to have the following functionality in my application. The application is running as an NT service. It was written using C# with .NET 3.5. The application will read a record from a SQL Server database. The record will provide a Method name, a return type and a list of parametes and their types. The application will then generate a WebService with a WebMethod which matches the database record. Now, any user can call the WebMethod. Does this make sense? I know how to create WebServices using Visual Studio and several other languages. I need to create the Web Service on the fly. In fact, I need to create one or more Web Services. Depending on how many records are in the database. Any help would be greately appreciated. Thanks Ben Clark

    R 1 Reply Last reply
    0
    • B BenClark

      I hope this is the correct forumn for this. I need to have the following functionality in my application. The application is running as an NT service. It was written using C# with .NET 3.5. The application will read a record from a SQL Server database. The record will provide a Method name, a return type and a list of parametes and their types. The application will then generate a WebService with a WebMethod which matches the database record. Now, any user can call the WebMethod. Does this make sense? I know how to create WebServices using Visual Studio and several other languages. I need to create the Web Service on the fly. In fact, I need to create one or more Web Services. Depending on how many records are in the database. Any help would be greately appreciated. Thanks Ben Clark

      R Offline
      R Offline
      Robin_Roy
      wrote on last edited by
      #2

      Hey Ben, You got to understand that Web Services are specialiazed Web Application than needs to be hosted ans should have an address to be called by the client in order to get access of the Web Methods.

      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