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
1
vote
1 answer

Integrate WSO2 Governance Registry 4.6.0 and Oracle Service Bus 12c

Following https://docs.wso2.com/display/Governance460/Oracle+Service+Bus I'm trying to integrate Oracle Service Bus 12c(OSB) with WSO2 Governance Registry 4.6.0(G-Reg). I've added UDDI registries on OSB (greg-uddi) and then I've tried to pubblish…
Sannino
  • 31
  • 4
1
vote
2 answers

Is there any repository like UDDI for publishing and discovering RESTful web service?

I am a novice to web service repository and i want to discover REST based service matching a keyword phrase or some parameters. Is there any repository available like UDDI for SOAP services? Here are the links where related topics have been…
salil vishnu Kapur
  • 660
  • 1
  • 6
  • 29
1
vote
1 answer

UDDI - find service which name matches exactly name specified in request

I'm asking UDDI to find a service with a name specified in request. The code looks like this: UddiConnection uddiConnection = new UddiConnection(uddiAddress); FindService findService = new FindService(); findService.Names.Add(uddiServiceName); …
empi
  • 15,755
  • 8
  • 62
  • 78
1
vote
1 answer

How to query WSO2 UDDI registry (of Governance registry) via UDDI webservice?

Following the instructions here for how to query the UDDI registry of WSO2 Governance Registry. However, when I use the webservice 'find_service' or 'find_business' from the wsdl https://localhost:9443/services/UDDIInquiryService?wsdl I just get the…
radder5
  • 236
  • 3
  • 14
1
vote
1 answer

Does NuSOAP support UDDI?

Maybe I don't fully understand what UDDI is all about, but I'm thinking a technique for publishing all offered services on one server? By "server" should I understand a physical address (like www.example.com) or just the programmed tool (e.g.…
K B
  • 1,330
  • 1
  • 18
  • 30
1
vote
1 answer

Build subscription alerts for service changes

I am using Biztalk UDDI V3 (stand-alone install) on a windows 2008. I have configured all services (web, database and subscription): I successfully published a couple of services I successfully accessed and retrieved service information from my…
1
vote
1 answer

Dynamic Client WSDL

I am newbie to web service. My requirement is given a WSDL link I want to dynamically find all the operations supported (Methods published by WSDL) Iterate though the different operations listed Dynamically get the list of Parameters and return…
1
vote
2 answers

JUDDI: (/juddiv3/services) is not available

after installing juddi server as described here http://thoughtsasaservice.wordpress.com/tag/juddi/ I can enter to the main interface here: http://localhost:8181/juddiv3/ But when I click on (View service listing) I find 404 error HTTP Status 404 -…
user1149501
1
vote
2 answers

publishing and discovering REST web services

I am a student and new to web services. I have an academic project where I have to do dynamic service composition, where the client(coded client, not the human client) will search for web services and out of the searched web services it will choose…
Rajeev Singh
  • 504
  • 2
  • 7
  • 21
1
vote
1 answer

how to publish a web service in juddiv3 using eclipse

I am new to Web Services. I was trying to publish a JAX-WS Web Service to apache juddiv3 using eclipse(indigo) Web Service Explorer. But each time I try to publish it following error is produced: IWAB0135E An unexpected error has…
Rajeev Singh
  • 504
  • 2
  • 7
  • 21
0
votes
1 answer

ESB Toolkit. Itinerary Endpoint Outbound Location not set

I have an Itinerary as follows Receive a Message Resolve two endpoints using UDDI ( Messaging Extender containing two resolvers) then Off Ramp Extender Apply Map using Message extender(using BRE) OffRamp The result i am looking for is two…
Arun
  • 41
  • 6
0
votes
2 answers

Is there a standard enterprise technology to catalog your application web services?

Our application has thousands of web services. We are looking for a standard way / technology to provide our clients with list of web services / some documentation and some other meta information?
user43685
  • 1,456
  • 3
  • 17
  • 21
0
votes
1 answer

BizTalk UDDI Services Installation

Is it possible to install UDDI Services for BizTalk ESB Toolkit on Windows 7 32-bit?
javros
  • 825
  • 10
  • 31
0
votes
3 answers

Visual Studio - 'Browse UDDI Servers' -> 404?

I have a ASP.Net application which implements a web service. Within the ASP.Net application there's a test script which consumes the web service and it all works etc. I have built a .NET console application and want to 'Add a Web Reference' so that…
shearichard
  • 1,095
  • 1
  • 17
  • 35
0
votes
1 answer

Microsoft UDDI Error

I have a new Win 2008 Server VM. I've just installed UDDI website from the BizTalk 2010 DVD. When I try to browse to the page: http://localhost/uddi I get the following error, can anyone please help? The website's app pool is running under a local…
Rob Bowman
  • 7,632
  • 22
  • 93
  • 200