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. ASP.NET
  4. How to create .NET SOA Web service ?

How to create .NET SOA Web service ?

Scheduled Pinned Locked Moved ASP.NET
csharpvisual-studiotutorialquestion
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.
  • X Offline
    X Offline
    xyz20000000
    wrote on last edited by
    #1

    I would like to create a .net SOA web service through Visual studio IDE 2005. Is there any sample available on the web. I don't want SOA concepts. I need practical sample or How to type answer based on PEACE. Thanks in advance

    I 1 Reply Last reply
    0
    • X xyz20000000

      I would like to create a .net SOA web service through Visual studio IDE 2005. Is there any sample available on the web. I don't want SOA concepts. I need practical sample or How to type answer based on PEACE. Thanks in advance

      I Offline
      I Offline
      IamMohan
      wrote on last edited by
      #2

      Hi, There is no difference between SOA webservice and normal webservice, Webservice is a specialized implementation of SOA, its is framework that allows you to intercommunicate with the variant objects of different technology or platform. The procedure to create a webservice is: 1) Open VS 2005 IDE and create a new Project of Webservice type 2) You will gain access to the projectName.asmx file 3) Under that u can add your own custom webmethods like, [WebMethod] pubic void GetFirstOutput() { // Executable C# or VB.net code } 4) Build the code. 5) Implement this service from other webapplicaion or Windows application, by adding the webreference from the implementing project, solution explorer->Project->Right click->Add Web reference, provide the URL like http://localhost/Alias Name/ProjectName.asmx (Which you have created) 6) Add the namespace for the webreference made and to the implementation project and access that GetFirstOutput() method

      Mohan

      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