• 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

Need help with UDDI

 
Ranch Hand
Posts: 372
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have written a web service and generated a WSDL for it(using JDeveloper). I just want to practise publishing it to any UDDI registry and finding it through the UDDI registry GUI / programmatically. I see that most of the public UDDI registries seem to be closed like UBR, Systinet live etc. Could someone give me the link to some working public UDDI registry that has instructions to register, publish and find WSDL based web services?

Thanks,
Sathish
 
B.Sathish
Ranch Hand
Posts: 372
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
any replies to this please?
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not aware of any public registries. Like you said, the ones that existed were closed a while ago, since general interest in UDDI has waned. There are open source projects called jUDDI and UDDI4J that you can use to run a registry yourself.
 
reply
    Bookmark Topic Watch Topic
  • New Topic