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. Web Service Application

Web Service Application

Scheduled Pinned Locked Moved Web Development
comsysadminwindows-adminlinuxquestion
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.
  • H Offline
    H Offline
    HalfWayMan
    wrote on last edited by
    #1

    I am writing a web service application for a windows server and am wondering if there is anything I MUST provide for? Can I just write my application and load it up in the service manager and run it? Also, it is going to recieve commands from a servlet running on a linux box over a LAN. Can a service just open a socket and listen for input? Thanks for your time :) Managing Director of B9 Software www.b9software.com

    I 1 Reply Last reply
    0
    • H HalfWayMan

      I am writing a web service application for a windows server and am wondering if there is anything I MUST provide for? Can I just write my application and load it up in the service manager and run it? Also, it is going to recieve commands from a servlet running on a linux box over a LAN. Can a service just open a socket and listen for input? Thanks for your time :) Managing Director of B9 Software www.b9software.com

      I Offline
      I Offline
      ian mariano
      wrote on last edited by
      #2

      Web services are usually exposed by the web server, or by an app server (in the case of Java web services) that expose the service on an HTTP or HTTPS port. No need to open a socket since web requests are passed to the web service via the web/app server. On Windows 2000, XP, 2003 servers, this means IIS and ASP.NET handle the web service requests, unless you're using an alternative web server/app server to handle web services. See:

      • Microsoft Web Services Developer Center
      • XML Web Services Created with ATL Server
      • gSoap: C/C++ Web services
      • Java Technology and Web Services

      Ian Mariano - http://www.ian-space.com/
      "We are all wave equations in the information matrix of the universe" - me

      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