472,802 Members | 1,307 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,802 software developers and data experts.

Windows Sevices and Web Services

Hi, All!

I would like to ask about Windows Services and Web Services.... I was kinda
intrigued about what these two technologies do, and would like to know the
difference of each.

Thank you so much and God Bless!

A
Nov 16 '05 #1
3 1721
Windows Services are nothing new. They've been around since the first
version of Windows NT. They're simply system services that generally run at
startup in the System process space.

WebServices are a form of RPC (Remote Procedure Call) that uses HTTP and
SOAP as the method of encoding calls and returns.

The big thing about WebServices is, since they're HTTP based, you can call
through firewalls and proxies without any special setup, whereas RPC over
other ports and/or protocols would likely require firewall or proxy
configuration changes to allow the calls.

A web service is really just a DLL that's remotely callable. You could, for
example, create a WebService with a single method that calculates the square
root of a number. You could then call that method, very much like it was a
method locally on the machine (obviously, some initial setup is required to
specify where the web service is located, but otherwise not much different).

Hope that helps.

Pete
"Ann Marinas" <ma*******@hotmail.com> wrote in message
news:ue**************@TK2MSFTNGP09.phx.gbl...
Hi, All!

I would like to ask about Windows Services and Web Services.... I was kinda intrigued about what these two technologies do, and would like to know the
difference of each.

Thank you so much and God Bless!

A

Nov 16 '05 #2
That is only one perspective of a web service. Web Services can be
document centric using XML Schema to define a "form" to request a
service. This is called Document Literal (RPC Literal is described
below).

Both use SOAP over HTTP but the encoding rules are different. RPC
Literal uses what is commonly known as "Section 5" encoding (Soap
spec).
On Tue, 20 Apr 2004 16:19:35 GMT, "Fredo" <fr*****@hotmail.com> wrote:
Windows Services are nothing new. They've been around since the first
version of Windows NT. They're simply system services that generally run at
startup in the System process space.

WebServices are a form of RPC (Remote Procedure Call) that uses HTTP and
SOAP as the method of encoding calls and returns.

The big thing about WebServices is, since they're HTTP based, you can call
through firewalls and proxies without any special setup, whereas RPC over
other ports and/or protocols would likely require firewall or proxy
configuration changes to allow the calls.

A web service is really just a DLL that's remotely callable. You could, for
example, create a WebService with a single method that calculates the square
root of a number. You could then call that method, very much like it was a
method locally on the machine (obviously, some initial setup is required to
specify where the web service is located, but otherwise not much different).

Hope that helps.

Pete
"Ann Marinas" <ma*******@hotmail.com> wrote in message
news:ue**************@TK2MSFTNGP09.phx.gbl...
Hi, All!

I would like to ask about Windows Services and Web Services.... I was

kinda
intrigued about what these two technologies do, and would like to know the
difference of each.

Thank you so much and God Bless!

A


Nov 16 '05 #3
Thank you so much!

:)

Ann
"Ann Marinas" <ma*******@hotmail.com> wrote in message
news:ue**************@TK2MSFTNGP09.phx.gbl...
Hi, All!

I would like to ask about Windows Services and Web Services.... I was kinda intrigued about what these two technologies do, and would like to know the
difference of each.

Thank you so much and God Bless!

A

Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Stefan Hinz | last post by:
Degan, jumping in to try and solve some problems that look pretty obvious to me ... > #options for default service (mysqld2) > (mysqld2) It should be , not (mysqld2).
7
by: Paul | last post by:
Hi. I need to launch a windows application and then send keyboard event to this process to run certain commands. I've created a COM+ appplication to spawn and talk to the application which works...
2
by: deko | last post by:
When to use a privileged user thread rather than a windows service? That's the question raised in a previous post . It was suggested that if the service needs to interact with a WinForms app...
0
by: ramesh | last post by:
Hi All, I am making a smart client in .NET C#. The client is consuming a we service which uses attachments for sending and recieving data. I used Web Services Enhancements (WSE) 2.0 for...
2
by: =?Utf-8?B?dmlzaHJ1dGg=?= | last post by:
Hi, I have 2 applications running, one Windows application project and the other windows services project. I want to call my Windows application in my windows services. I want to run them as...
1
by: =?Utf-8?B?dmlzaHJ1dGg=?= | last post by:
Hi, I have 2 applications running, one Windows application project and the other windows services project. I want to call my Windows application in my windows services. I want to run them as...
0
by: mahmoodee | last post by:
my graduation project is to build simple search insert update in distributed databases using web services in asp.net C#.net sql server 2005. I don't know how to start with it , so please I need...
0
AmberJain
by: AmberJain | last post by:
Windows Autorun FAQs: Overview NOTE- This complete article on "Windows Autorun FAQs" applies theoretically to all Windows NT-based OSes till Windows Vista (and probably Vista's successors too)....
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.