Questions tagged [uddi]

UDDI (Universal Description, Discovery, and Integration)

UDDI (Universal Description, Discovery, and Integration) is an XML-based registry for businesses worldwide to list themselves on the Internet. Its ultimate goal is to streamline online transactions by enabling companies to find one another on the Web and make their systems interoperable for e-commerce. UDDI is often compared to a telephone book's white, yellow, and green pages. The project allows businesses to list themselves by name, product, location, or the Web services they offer.

81 questions
3
votes
5 answers

Does A Web Service Have To Be Registered?

I'm learning about web services and most of the resources I've been reading talk about registering your web service once it's ready for use by others. Is registering a web service required to use the service? For example, let's say I have a web…
AndyB
  • 1,896
  • 2
  • 22
  • 32
3
votes
4 answers

What is the value of separating interface from implementation in internet-based service-oriented computing?

Are the reasons like in normal multi-module application programming - so a client can just use the interface without having to worry about implementation details? Note that I am talking about WSDI/UDDI/SOAP and not normal application interfaces.
Evil Washing Machine
  • 1,293
  • 4
  • 18
  • 43
2
votes
2 answers

is uddi used anymore or is it's functionality now encompassed by wcf?

does anybody use uddi anymore? Or is it's functionality now encompasses by WCF? Does Azure change anything regarding to the usefulness of UDDI? Can you please give me a practical example when UDDI was used?
Ryan
  • 5,456
  • 25
  • 71
  • 129
2
votes
2 answers

Is there an alternative for UDDI?

I know that UDDI gives the posibility of descovering a web service. Is there any alternative for UDDI that do the same thing : to discover web services?
Roxana
  • 47
  • 1
  • 7
2
votes
2 answers

What the alternative for UDDI Repository?

Dose RESTful services have some repository like UDDI for Web service? Please tell me the URL for resist the service.
user1345414
  • 3,745
  • 9
  • 36
  • 56
2
votes
3 answers

how to publish and discover a java web service

I am new to developing web services using java. I have an academic project where I need to do dynamic service composition. For that I can't directly create a service-client for a particular service because if I do so then that client will call that…
Rajeev Singh
  • 504
  • 2
  • 7
  • 21
1
vote
2 answers

Manage UDDI registry with CXF

I have an application using Apache CXF with a lots of SOAP services implemented. So, i would like to use the "service registry" concept and then, i´d hear about UDDI, but i dont know how to implemented that. Is Apache CXF already composed by an API…
irobson
  • 825
  • 8
  • 20
1
vote
2 answers

In JDeveloper, how can I connect to a UDDI v3 registry?

I would like to use JDeveloper to connect to a jUDDIv3 registry running on JBoss SOA. I tried: File > New Business Tier > Web Services > UDDI Registry Connection Inquiry Endpoint URL: http://127.0.0.1:8080/juddiv3/services/inquiry Perspective:…
Griff George
  • 895
  • 7
  • 17
1
vote
1 answer

How should I allow others to dynamically find web services?

I have been fighting with this for a while now. I need to prototype SOA, and with it, the registry. I have been fiddling with jUDDIv3 on JBoss SOA Platform 5, but there don't appear to be any tools that allow me to publish to a v3 jUDDI registry.…
Griff George
  • 895
  • 7
  • 17
1
vote
1 answer

How to use microsoft UDDI 3 and its SDK and API

I want a tutorial or document that describe API functions of microsoft UDDI, and how to find services from it. their functions and its input and output parameters in C#
1
vote
1 answer

Using jUddi v3 from .net and java

I have built a Web Service in .NET. I have some apps that need to find and consume it, so I am using jUddi v3. I know that this version lets you use the publish, inquiry and security services as web services, but I have also heard that there are…
Reixons
  • 227
  • 2
  • 3
  • 7
1
vote
2 answers

Apache jUDDI: Finding Templates

I'm using jUDDI v3.0.4 client to inquiry a UDDI server (juddi-portal-bundle-3.0.4). My interest is to find a service (which I succeeded) and query for its Binding Templates, in fact to get the Access Point WSDL to be able to query the WebService…
Oscar Ruiz
  • 21
  • 4
1
vote
1 answer

what are the APIs used by various programming languages to develop Web Services based on WS-I organization standards

For developing our application to communicate on network irrespective of platform or language we are using Web Services technology. The standards to develop these applications is given by WS-I (Web Services Interoperability Organization). So, what…
KCS
  • 442
  • 5
  • 20
1
vote
1 answer

Web Services Discovery: Is UDDI the next UDDI?

We are building a system that should integrate SOAP web services from different providers. We want to allow providers to register web services. It seems exactly the purpose of UDDI. But according to its wikipedia article UDDI was never adopted…
NotGaeL
  • 8,344
  • 5
  • 40
  • 70
1
vote
1 answer

KeyGenerator error publishing TIBCO Web Service tu WSO2 UDDI

I have a TIBCO Web Service that I want to publish on a WSO2 UDDI Server. I configure the UDDI server on the Infrastructure -> Servers tab and I try to publish my application on the server. I tried authenticating as root, admin and uddi but I always…