• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Why UDDI is not part of Java EE 6 any more

 
Greenhorn
Posts: 14
Python Angular Framework Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
UDDI is not listed in exam topics of OCEJWSD i,e oracle certified web services developer exam in jave ee 6 version. And there is nothing related to in UDDI in java ee 6 documentation by oracle . I wonder how web services are published by providers and discovered by clients now days
 
Saloon Keeper
Posts: 7585
176
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
UDDI never really took off, and by now is dead and obsolete (apart from very niche use cases). Given UDDI's non-impact, WS are published as they always were, mostly via WSDL in the case of SOAP. Since the market in WS which UDDI was meant to enable never materialized, discovery happens mostly by web search. Or you already know which company you want to interface with, in which case you would head straight to their developer documentation.
 
Harsha kumar Reddy
Greenhorn
Posts: 14
Python Angular Framework Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
By web search do you mean googling for web services
 
Tim Moores
Saloon Keeper
Posts: 7585
176
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes
 
Harsha kumar Reddy
Greenhorn
Posts: 14
Python Angular Framework Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you very much cleared my doubt
 
Harsha kumar Reddy
Greenhorn
Posts: 14
Python Angular Framework Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Apology for revoking on this issue . Again i have a doubt in this . It came to my knowledge that only REST base web services are discoverable by web search but not SOAP based web services . In order to use SOAP based based web service we are suppose to have access to the provider documentation . In case of UDDI ,SOAP based web services of a provider about who we didn't know before were discoverable. How this kind of need is achived now without UDDI
 
Tim Moores
Saloon Keeper
Posts: 7585
176
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You should question the source where this "knowledge" came from. Why would there be a difference between searching for a SOAP and a REST WS? You need access to the documentation regardless of implementation details; only very simple WS can be used if only the WSDL or WADL is available.
 
reply
    Bookmark Topic Watch Topic
  • New Topic