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. Other Discussions
  3. IT & Infrastructure
  4. Are web services the only way to implement SOA?

Are web services the only way to implement SOA?

Scheduled Pinned Locked Moved IT & Infrastructure
wcfarchitecturequestiondiscussion
4 Posts 3 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.
  • D Offline
    D Offline
    deostroll
    wrote on last edited by
    #1

    Just been recently researching on Service-Oriented-Architecture. Read an article which states that web services are the most appropriate way of implementing SOA. I was just wondering if this was infact the recommended way...? Any thoughts?

    J 1 Reply Last reply
    0
    • D deostroll

      Just been recently researching on Service-Oriented-Architecture. Read an article which states that web services are the most appropriate way of implementing SOA. I was just wondering if this was infact the recommended way...? Any thoughts?

      J Offline
      J Offline
      Jimmanuel
      wrote on last edited by
      #2

      SOA is a concept that can be implemented in any number of ways. Just because Web Services provide a perfect example of what SOA is doesn't mean that it's automatically the best implementation for every use case. The "recommended way" is whichever way best solves your particular problem.

      :badger:

      S 1 Reply Last reply
      0
      • J Jimmanuel

        SOA is a concept that can be implemented in any number of ways. Just because Web Services provide a perfect example of what SOA is doesn't mean that it's automatically the best implementation for every use case. The "recommended way" is whichever way best solves your particular problem.

        :badger:

        S Offline
        S Offline
        strongspidy
        wrote on last edited by
        #3

        but can you please list some soa implementations without using webservices. I mean that "some other way" to implement soa as I am new to SOA. Thanks in advance

        J 1 Reply Last reply
        0
        • S strongspidy

          but can you please list some soa implementations without using webservices. I mean that "some other way" to implement soa as I am new to SOA. Thanks in advance

          J Offline
          J Offline
          Jimmanuel
          wrote on last edited by
          #4

          SOA describes any architecture that allows one component to request another component to do some operation. For an example let's say that you work for an online retailer and you've been asked to write something to allow different parts of the existing software system to generate several types of sales reports - one report for the marketing department, one for the shipping department, one for the tax collectors, etc. The underlying service that the solution is oriented around here is the generation of a report. Using web services for SOA you would write a web service that has a web method that clients can call to create reports. Any client can call the method, the method creates the report and does whatever it needs to do with it. You could also use a Windows Service. All you have to do is create a way for clients to request that the service generate the report that it wants and for this any form of IPC could be used. Sockets, MSMQ, Named Pipes, .Net Remoting or WCF would all allow other clients to get a message to the service to ask it to generate a report. The basic gist of SOA is [component A -> requests a service to be performed by -> component B]. What component A and B are aren't important and neither is how A requests B to do something. What makes it SOA is the design not what technologies are used.

          :badger:

          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