Forum Moderators: phranque

Message Too Old, No Replies

Web Services today

What - How are they?

         

digi_mind

5:41 pm on May 13, 2003 (gmt 0)

10+ Year Member



Hello Everyone.

I have heard the term WEB SERVICES and I read something about it, but it is not very clear and is mixed with terms as SOAP and UDDI.

Can anyone tell me more about web services in an easy way, how they work, what are they and how they understand each other?

stevegpan2

5:46 pm on May 13, 2003 (gmt 0)

10+ Year Member



seems like ASP.

you just call the API to get what you want.

B&n amazon and google have their web service package ready. you can try them.
so yahoo "web service" category.

lorax

5:51 pm on May 13, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Oog. That's a big topic.

Web services are essentially methods of exchanging information without a web browser. For instance. RSS/RDF news headlines are a primative form of a web service. You put a code snippet in the code for your webpage and everytime someone views that page the code snippet initiates a request to the news headline server which serves up the latest batch of headlines which get parsed to screen on your webpage.

Next step up is RPC (remote procedure calls) which essentially allow you to call a procedure on a remote server which executes some code and returns some data to you.

Then you get into more advanced stuff like SOAP, WDDX. Similar to RPC only more robust.

Go get your feet wet at O'Reilly [oreillynet.com]. That should keep you busy for a while. ;)