You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Plorks mail <pl...@hotmail.com> on 2005/05/27 13:32:59 UTC

UDDI to find access point


Hello

I've been told by a web service supplier i need to programatically gain 
access to UDDI so i can get access to one of their web service

Can anyone show me how to do this

Being a beginner, is the UDDI a place to 'hold' wb service definistions like 
the wsdl files?

I don't understand why i nned to do the in code, i though to access a web 
service i can use the endpoint in the wsdl file

I receive this from the supplier

"you should point to the http://uddi.domain.com WSDL to obtain it. That way 
you can resolve the relative links to all sub-WSDLs and xsd files"

Many thanks for your help

_________________________________________________________________
Be the first to hear what's new at MSN - sign up to our free newsletters! 
http://www.msn.co.uk/newsletters


Re: UDDI to find access point

Posted by Anne Thomas Manes <at...@gmail.com>.
A UDDI registry is a place where you register services and where you
can place links to information about the services, such as WSDL and
XML Schema definitions.

There's a lot of information about UDDI in IBM DeveloperWorks. See
http://www-128.ibm.com/developerworks/search/searchResults.jsp?searchType=1&searchSite=dW&searchScope=dW&query=uddi&Search.x=39&Search.y=7&Search=Search

Systinet also provides a good tutorial:
http://dev.systinet.com/resources/wasp_jserver/demos/tutorials/ChatServiceUDDI/ssj_uddi_index

Anne

On 5/27/05, Plorks mail <pl...@hotmail.com> wrote:
> 
> 
> Hello
> 
> I've been told by a web service supplier i need to programatically gain
> access to UDDI so i can get access to one of their web service
> 
> Can anyone show me how to do this
> 
> Being a beginner, is the UDDI a place to 'hold' wb service definistions like
> the wsdl files?
> 
> I don't understand why i nned to do the in code, i though to access a web
> service i can use the endpoint in the wsdl file
> 
> I receive this from the supplier
> 
> "you should point to the http://uddi.domain.com WSDL to obtain it. That way
> you can resolve the relative links to all sub-WSDLs and xsd files"
> 
> Many thanks for your help
> 
> _________________________________________________________________
> Be the first to hear what's new at MSN - sign up to our free newsletters!
> http://www.msn.co.uk/newsletters
> 
>