Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
4k views

Web service discovery in WCF : Ws-Discovery or UDDI?

I know the distinction between UDDI and Ws-Discovery (well know location to search a service vs broadcast). But my question is : what is the simplest way to discover a webservice in WCF ? By simplest ...
6
votes
0answers
399 views

Juddi publish and find service

I have successfully set up an Apache Juddi v3 installation (tomcat version) on my computer. What I want now is to publish a service whose WSDL is found at ...
5
votes
2answers
201 views

Spring WS and UDDI

I have a bunch of web services implemented in Spring-WS 1.5.9. We use Maven to do our builds, our services run on OC4J that have a UDDI provider. What we want to do is to start using UDDi internally ...
4
votes
1answer
141 views

how to use uddi in .Net

I have used web services in .Net before with WCF.Though, I don't really understand the benefits of UDDI. There is a lot of theory but I didn't find anything practical. Do you know any tutorials on ...
4
votes
1answer
306 views

What are some good alternatives to a UDDI registry?

I work as an intern Application Developer at a large organization prototyping SOA. I'm brand new to web services and technologies such as WSDL, SOAP, UDDI, and so on. In the past week, I have been ...
4
votes
1answer
446 views

UDDI Best Practices

My organisation is getting into the SOA world (a bit late, but that's what it's like here!) and we're looking into the ESB Toolkit 2.0 (we already have BizTalk Server 2009). We're keen on ...
4
votes
3answers
2k views

How does SOA service discovery (UDDI) work in practice?

I'm just reading up on SOA and the service registry / UDDI get mentioned regularly. It sounds nice but how is used in reality? Is the registry meant to decouple a logical service from its' physical ...
3
votes
4answers
2k views

Are there any public UDDI registries available?

I am currently trying to get a grasp of UDDI and would like to run some examples with the inquiry API, but I can’t find public registries that I can query with my SOAP messages. IBM, Microsoft and ...
2
votes
1answer
83 views

Publishing a web service

I've been working with Web services in an academic setting for quite a while now, but there's one basic aspect about them that I do not get. Here it is: Assume you have an application that you want ...
2
votes
2answers
582 views

Is the public UDDI movement dead or, was it ever alive?

I am trying to find some public UDDI registries to interact with, for learning purposes. But it seems there are none available. I popped the following question on SO to see if someone knows about any ...
1
vote
0answers
81 views

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
0answers
80 views

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 ...
1
vote
1answer
235 views

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 ...
1
vote
1answer
111 views

What is UDDI in the context of webservices?

What is UDDI in the context of Webservice ?
0
votes
1answer
12 views

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

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

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: ...
0
votes
1answer
72 views

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

BizTalk UDDI Services Installation

Is it possible to install UDDI Services for BizTalk ESB Toolkit on Windows 7 32-bit?
0
votes
1answer
61 views

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 ...
0
votes
0answers
116 views

How can I register the WSDL location of a web service to jUDDIv3 on JBoss SOA-P 5?

I am an Application Developer intern at a large organization, helping them prototype SOA. I have self taught myself everything to do with web services over the last two months of employment here, so ...
0
votes
1answer
102 views

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? ...
0
votes
0answers
63 views

how to install juddi 3.0.4 on windows server 2008 R2

i want to install jUDDI version 3.0.4 on windows server 2008, i found a tutorial that uses juddi v 0.9.4rc4 but i cant find this because it was too old (2004) please help me to know how i can install ...
0
votes
2answers
426 views

Is there an UDDI or any other registry for RESTful Webservices

Does Restful Webservices have any service registries like the UDDI? Or can UDDI hold Restful Webservices as well?
0
votes
0answers
140 views

Tomcat 503 - Server unavailable.. One instance works, need to use other instance

I have one instance of tomcat running currently and I'm trying to implement jUDDI. I downloaded the tomcat bundle version which has tomcat built into the package. I'm using mod_jk and declared my ...
0
votes
0answers
153 views

netbeans and the jUDDI annotations

I'm trying to get the jUDDI annotations working in netbeans 7.0. I've included juddi-client-3.0.4.jar and uddi-ws-3.0.4.jar in my project libs and put a uddi.xml in the config folder. It seems the ...
0
votes
1answer
91 views

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

BizTalk: Service Consumer Catalog

Is there a way in BizTalk, or any third party product, to know about service consumers. For Example, which channels/systems are using service X. I have seen maintaining an excel document for this ...
0
votes
0answers
130 views

Esb Portal Uddi Error

I have setup ESB Portal 2.1 on Win2008 R2 / BizTalk 2010 and evertyhing looks good. But On portal when I click Registry -> new registry entry I got the following error: Also run the uddi using ...
0
votes
1answer
106 views

How to find simple secured web services online

I am trying to write a test code against some secured web service. So, I've searched the web for some (https) web service to write the client againest but didn't find... I've looked in one or more ...
0
votes
4answers
169 views

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

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

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. ...
0
votes
2answers
295 views

SOA Resource Discovery vs. Service Discovery

I've recently been tasked with performing a comparison of SOA suites. I've been looking into the SOA offerings of jBoss, Oracle, WSO2, etc.., and comparing everything SOA from ESB, application ...
0
votes
3answers
598 views

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 ...