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
0
votes
1 answer

Some questions regarding UDDI

Currently, I am learning SOA and come across UDDI. I have several questions around this and hope someone can help: By searching in the Internet I come across some interesting products e.g. WSO2 Governance Registry. Is it an UDDI if I only deploy…
xcoder
  • 1,336
  • 2
  • 17
  • 44
0
votes
1 answer

Find Webservice WSDL from JUDDI

I am new to developing webservices using java. I have an academic project and I developed webservice- Axist2 using Esclipe. Everything is working fine. And now, i want to publish and find WebService on JUDDI server. I have followed the tutorial and…
nvp512
  • 7
  • 4
0
votes
1 answer

jUDDI configurations and usage for eclipse and tomcat

Hello everyone, I am new to web services and i want to create my own registry using JUDDI and Apache tomcat server and Eclipse. can any one give me the process and working steps for creating private registry in jUDDI. i am java…
0
votes
2 answers

Cannot edit UDDI Provider with Microsoft UDDI3 API using C# and you are not the Provider owner

I have configured one Biztalk Server to run the Microsfot UDDI server. I configured one Active Directory group to be the administrator's group for the UDDI. When I use the UDDI Web User interface, I can create providers, and also I can view the data…
David BP
  • 21
  • 3
0
votes
1 answer

WebService Provider trust worthiness in absence of UDDI registry (RESTful webservices or old ones)

I am new to WebServices and RESTful web services. QUESTION: How can one quickly discover trust worthy web-service providers in absence of UDDI registry? I am asking from a network/systems/soa security-reliability perspective.
0
votes
3 answers

Finding Web services by functionalities

I want to find many functionality similar services, and when one service failed, I could switched to the other. Is there a repository where I could find Web services, using functionality e.g., weather forecasting? (I heard that UDDI seems to be…
william007
  • 17,375
  • 25
  • 118
  • 194
0
votes
1 answer

Valid XML example of UDDI queries?

Is this a valid XML for UDDI query?
Jan Leo
  • 293
  • 1
  • 2
  • 6
0
votes
2 answers

How to use UDDI's asynchronous subscription service from a client?

How might one go about implementing the client side for jUDDI v3 asynchronous subscription to listen for business entities to be added or deleted? My understanding is that a subscription is created and then jUDDI somehow calls a webservice. How do I…
Adam
  • 3,675
  • 8
  • 45
  • 77
0
votes
0 answers

UDDI config error: input string was not in correct format

I'm trying to install UDDI 3 (from the biztalk media) and I'm getting an error while configuring the web services: input string was not in a correct format. I've used the same method to install on another server and it worked fine, but it's not…
Tatool
  • 41
  • 5
0
votes
3 answers

What java api can we use to connect to jUDDI V3 in an upgrade from V2?

We are upgrading some of our systems including a move up to jUDDI V3 from V2. In the past we used uddi4j in our java code to access the UDDI server, but uddi4j doesn't seem to have continued to V3. Extensive Google time leaves me thinking there is…
Adam
  • 3,675
  • 8
  • 45
  • 77
0
votes
1 answer

WSO2 UDDI Service 404

I have the following version of GREG: wso2greg-4.5.3 While configuring all the stuff, having casandra correctly running, I'll get a working installation. I have made some changes to the default port and added an offset of 2, thus I am at 9445. Now I…
lollisoft
  • 5
  • 3
0
votes
1 answer

Where to find sample UDDI entries

I'm doing a research in semantic web services. For that I need some sample UDDI entries or a registry with entries that has more then 100 services. Can somebody point me to find them?
vinod
  • 151
  • 7
0
votes
1 answer

UDDI add custom category

In UDDI services when I click on "Add custom category" in order to add custom category to my tModel, I see a search box appears and "Add Category" button is disabled. How can i add custom categories to my tModel??
Ali
  • 808
  • 1
  • 6
  • 11
0
votes
1 answer

The proposed key is not within the partition defined by owning publisher:Apache JUDDI and OSB

I am trying to publish Oracle Service Bus proxy services to UDDI registry (JUDDI). And I am getting $subject when try to publish a proxy service through OSB. Have anyone came across with such before? Exception is as follows when try to publish a…
Subash Chaturanga
  • 814
  • 2
  • 10
  • 20
0
votes
1 answer

How to add a service registry (example: UDDI) to FuseESB?

I'm using Red Hat Fuse ESB. I would like to use the "service registry" concept (example: UDDI) for discovery at run time the endpoint of the service. It is feasible?! Thanks a lot