Library tutorials & articles
Building a Web Service - The Beginning
UDDI
As we all know, building a better mousetrap is not sufficient to get the world to beat a path to your web site. As with any idea, you need to publicize the functionality that your web service makes available. Fortunately, there is a 'yellow pages' for web services and a set of functions that can be used to create, manipulate and search the entries. So when someone needs to find that stock market web service, they could browse this repository, searching for the functionality that they require.
The format used to add entries to these yellow pages is called the Universal
Description, Discovery and Integration standard or UDDI. There are currently
two main repositories for this information, one at http://uddi.microsoft.com/inquire
and the other at http://www-3.ibm.com/services/uddi/inquiry.api. Ultimately,
the goal of this evolving standard (and, when you get right down to it, web
services in general) is to eliminate the human part of business transactions.
The ultimate vision is that when a customer places an order with your company
through the web service whose interface you have exposed through UDDI, the service
will be able to search the directory to see that client has a web service that
allows an invoice to be submitted electronically. Utopian vision? Currently,
yes. Pipe dream? I don't think so. Give the IT community enough time, and this
functionality will make its way into enough of the mainstream to be considered
a requirement for 'serious' business.
Related articles
Related discussion
-
Error Capture
by Slicksim (4 replies)
-
MOS Protocol - Anyone used it?
by alexnavarro38 (5 replies)
-
AJAX: SimpleWebServices is not defined
by Freon22 (2 replies)
-
Read HSQLDB data into a webpage
by joe90 (3 replies)
-
Dynamically Named Web Services
by dgiard (0 replies)
Related podcasts
-
Java Posse #202 - Newscast for Aug 22nd 2008
Newcast for August 22nd, 2008Fully formatted shownotes can always be found at http://javaposse.com Sadly, Java does not run on the Mars LanderThe Golden Gate Project http://research.sun.com/projects/goldengate/Space surveillance radar http://www.sun.com/aboutsun/pr/2008-04/sunflash Google has r...
Hi everyone, i'm doing a project for job seekers, I don't know much on Java server pages, can anyone provide some support to me by sending me useful links of sample codes. Have great work loads.Thanks, Regards Nilz![Smiley Face [:)]](/emoticons/emotion-1a.gif)
It is very nice. I feel like I got what I needed, just introduction on Webservices.
Adding some more examples will do much better.
The second part to this article will be published in a few days
Very good intro but I am now left wanting more, a link to an example would have been good.
This thread is for discussions of Building a Web Service - The Beginning.