| Author |
wsdl in uddi with axis
|
kishani liyanage
Ranch Hand
Joined: Dec 08, 2003
Posts: 40
|
|
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
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
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 ]
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
 |
|
|
subject: wsdl in uddi with axis
|
|
|