473,387 Members | 1,590 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

XML Web Services and VB

#1) Burning question on my mind is ... what is the
difference between a "web service" and a distributed COM
component other then a distributed COM component had to
be registered on a host server and be a part of a network
whereas the web service can be located via URL?

I don't see much of a difference and it bugs me :-) They
both sit outside of the client computer. They both
provide functionality. They are both called remotely.

What's the difference?

#2) Question concerning the difference between .NET
remoting and Web services. I read that the .NET remoting
provides the infrastructure to support object remoting
solutions, to include functionality and that Web Services
support only the transport of data and NOT functionality?

Web services do not support functionality??

If someone could illuminate me on what the author's
intent there was I would greatly appreciate it!

Thanks!
..
Nov 20 '05 #1
3 1350

"Iced Crow" <ch********@aol.com> wrote in message
news:05****************************@phx.gbl...
#1) Burning question on my mind is ... what is the
difference between a "web service" and a distributed COM
component other then a distributed COM component had to
be registered on a host server and be a part of a network
whereas the web service can be located via URL?

I don't see much of a difference and it bugs me :-) They
both sit outside of the client computer. They both
provide functionality. They are both called remotely.

What's the difference?
A web service is certainly similar to DCOM on the surface, but the inner
workings are much different. The biggest difference is that the machine
that is hosting the service contains the object that does the work. That
object never moves & it's never transferred to another machine. In essence,
a web service is a remote function call.

The major difference is that the call for and the results from a web service
are in XML. This is accomplished via the SOAP (Simple Object Access
Protocol) protocol.

#2) Question concerning the difference between .NET
remoting and Web services. I read that the .NET remoting
provides the infrastructure to support object remoting
solutions, to include functionality and that Web Services
support only the transport of data and NOT functionality?

Web services do not support functionality??
In that when you call a web service, you are only invoking its functionality
remotely. Your application does not need to know how or why the object
works, only what (if anything) the service needs provided to it. The web
service returns to the calling application only the function's return
value - no logic is returned, just data (and, of course, it's in XML
format).

If someone could illuminate me on what the author's
intent there was I would greatly appreciate it!

Thanks!
.

Nov 20 '05 #2
Hi IcedCrow,

I don't know much about DCOM but one difference is that Web Services are a
web standard - ie. non-proprietory, and can be hosted practically anywhere, in
any form, on any platform - so long as the interface to users matches the
standard.

Regards,
Fergus
Nov 20 '05 #3
Cor
Iced,
And because all what Fergus and Scott have said more simple distributable as
connection to others.
Cor

Nov 20 '05 #4

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

Similar topics

4
by: rbt | last post by:
How does one associate a "Description" with a Windows service written in Python? I've just started experimenting with Python services. Here's my code... copied straight from Mr. Hammond's "Python...
6
by: cs | last post by:
I noticed there is some .net services on my winxp. One or two mention the CLR. Does that mean that my .net apps/services wont run before those services start? I need to run my service as early on...
0
by: Diego F. | last post by:
I've been days with that. I'm trying to work with web services sending and returning objects, and the web service must store some objects. - My first try (the most obvious in my opinion) was to use...
26
by: Mr Newbie | last post by:
What do I need to run a web service on my PC ? I know I need the .NET Framework, but do I need IIS Running ?
3
by: Matt D | last post by:
I've got two web services that use the same data types and that clients will have to consume. I read the msdn article on sharing types...
7
by: Stu | last post by:
Hi, I have a web service which returns a record set and works well integrated with an asp dot net page. However if I decided to develop a unix app will i be able to read the dataset as it is...
3
by: Olivier BESSON | last post by:
Hello, I have a web service of my own on a server (vb.net). I must declare it with SoapRpcMethod to be used with JAVA. This is a simple exemple method of my vb source : ...
2
by: sdstraub | last post by:
I have created 5 services in my project, in the 1st service I set servicestorun = array of all 5 services, I have a project installer with 5 service installers, one for each service. I have code...
0
by: krishnaraju | last post by:
HI to all, please help me.its urgent requirement. my question is this is the wsdl file i got from our client.please see at bottom. when iam trying to access that webmethods iam getting...
1
by: Data Entry Outsourcing | last post by:
Data Entry plays vital role in every business area. Data Entry is one such aspects of any business that needs to be handled properly for expanding your business. Data Entry is one of the leading...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.