• 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

wsdl in uddi with axis

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a test application which uses Axis 1.1 as a Web service to provide services between client and server. I want to use UDDI to do some publishing and discovery. What kind of UDDI tool I should pick that would cooperate with Axis 1.1? Is there any sample (code) or link on how to use UDDI with an Axis Web service? Please guide me.
rgds Kishani
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
UDDI has nothing to do with the web service or with Axis. What you deploy into a UDDI registry is nothing more than a verbal description of your service and a URL for where the service's WSDL can be found.
This could be a good place to start reading about JAXR, a standard API for accessing a UDDI registry. Other APIs for doing the same include UDDI4J and jUDDI.
[ December 09, 2003: Message edited by: Lasse Koskela ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic