|
-
Aug 2nd, 2002, 03:11 PM
#1
Thread Starter
PowerPoster
What are Web Serivces?
I have heard about that they are somewhat related to XML (not sure though). I heard that a web serivce resides on the server-side with a certain function. When the client (webpage) calls the function, it returns a certain result to the client. That's it? Can't you just do this with simple PHP, ASP, or any other server-side programming language? If not then really what is a web service and what is the main purpose of it?
-
Aug 2nd, 2002, 09:39 PM
#2
Addicted Member
Basically, a Web Service is a fancy term for a server side script that returns XML instead of HTML that is then interpretted through client side script on another webpage. Like you said, you can do the same thing now, but Microsoft wanted to make it sound cooler, so they gave it a fancy name in .NET.
Also, they made it easier to integrate a Web Service by writing most of the javascript code for you when you just drag the service into your webpage. (I'm a little fuzzy on it, since I haven't had much time to investigate .NET. You might want to ask in one of those forums.)
Wydok
"It would appear that we have reached the limits of what it is possible to achieve with computer technology, although one should be careful with such statements, as they tend to sound pretty silly in 5 years."
-John Von Neumann ca. 1949
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|