Registering Web Services with UDDI

Earlier, we saw how a Web service can be defined using WSDL. Now we need some way to publish its existence to the rest of the world. Admittedly, this isn't necessary if the people using your service explicitly know that it exists and how to find information about it. However, it has been suggested that in the future such a scenario will be the exception, not the rule.

The big picture—since the early days of distributed object technologies like CORBA—is that it will be possible for clients to discover your service automatically based on their general needs. Imagine that some need functionality to, say, convert grams into pounds and that your service provides that computation logic. These clients will be able ...

Get Building Scalable and High-Performance Java™ Web Applications Using J2EE™ Technology now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.