• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Which public UDDI registries can i use to publish my webservices

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
RMH book describes examples of creating Organizations etc in IBM UDDI test registry.Since the IBM UDDI Test Registry and the IBM UDDI Beta Test Registry web sites are no longer available , what other options are there.

i tried this link too but this site doesn't open.

http://udditest.sap.com/

I'm familarizing myself with the UDDI/JAXR concepts as of now.Can someone tell mehow to test the JAXR API and UDDI concepts.ie.which sites(or public registries) can i use to publishwebservices to increase my practical knowledge on UDDI.

regards,
kumari
 
Ranch Hand
Posts: 2023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check here

http://uddi.sap.com
[ September 20, 2006: Message edited by: wise owen ]
 
kumari Jain
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thankyou,
I had a question though...
Is it ok if i create dummy web services and register them.I would login and delete them later on of course once i'm famiiar with registering services etc...

regards,
kumari
 
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you want to practice using the uddi registry via jaxr apis then you can even use the locally hosted uddi registry service RI which comes with Sun Java AS 8.2 (and install jwsdp 1.5+). The registry service is installed as a web application on Sun AS and you can use that to publish and inquire.

The best way to verify that your installation has worked is to see the list of web applications hosted by the server (using AdminConsole of SunAS for example) and if there is one RegistryServer listed then your integration was
successful and you can access the UDDI v2 registry JSE with the URL http://localhost:<port>/RegistryServer/ (the end slash in the URL is important) or both the publish and query webservice. There's a Registry Browser (a standalone java application) installed with the JWSDP 1.5 installation which can be used to test the connection with the UDDI registry service.
reply
    Bookmark Topic Watch Topic
  • New Topic