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
2 answers

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 juddi classes aren't in the classpath though, cos…
jaybee
  • 1,897
  • 2
  • 16
  • 29
0
votes
1 answer

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 mapping but is there any product for it?
usman shaheen
  • 3,636
  • 4
  • 30
  • 36
0
votes
2 answers

Why can not pass Gui User in jUDDI

After Configuration server Juddi in Eclipse and create environment variable we get Problem to access to page Gui user and admin and tomcat interface :
Abdo Bmz
  • 632
  • 1
  • 11
  • 24
0
votes
1 answer

What is UDDI and its uses?

I searched for UDDI but did not understand it very well. Is it an online guide to listing web services? I want to explain a practical example (jUDDI) around it and also its relationship with WSDL and SOAP in web services.
Abdo Bmz
  • 632
  • 1
  • 11
  • 24
0
votes
0 answers

UDDI registration of wsdl

I am trying to create a Java Web Service where client will send some xml using SOAP . I could create a wsdl from eclipse and deploy the same on the cloud tomcat server . That WSDL on cloud server is also working as I tested from SoapUI software…
0
votes
1 answer

What is tModel in Binding template under UDDI?

I found a tag called 'tModel' under the 'binding' tag of the UDDI. Can somebody explain to me what is the use of tModel?
Maninder Singh
  • 177
  • 1
  • 9
0
votes
1 answer

Accessing a SOAP service URL from a Clients point of view

I was asked this question in a technical interview for a integration intern role. He was digging much into understanding of SOAP web services. Question). Consider that you are exposing a web service through SOAP to a Client. The url through which…
coder kemp
  • 361
  • 2
  • 13
0
votes
1 answer

Login failed in juddi

I was trying to login juddi version 3.3.4. I had configured tomcat user and the connection was ok in other pc but on this pc it gave an error : Login failed: error Error Could not send Message.javax.xml.ws.WebServiceException could you help…
dijja
  • 33
  • 6
0
votes
1 answer

Querying a UDDI directory.

Let me just preface this by saying I'm very new to the world of APIs and Web Services so please give me some slack if these questions are stupid. So from what I understand, this is more or less how a web service (or web service architecture)…
PFost
  • 61
  • 1
  • 2
  • 5
0
votes
2 answers

Configure UDDI 3 to resolve SAP Endpoint in BizTalk ESB

I am looking a tutorial or step wise document that explains how to create and configure UDDI 3 to resolve SAP and SQL endpoints in BizTalk ESB solution. My scenario is i need to send a request to SAP and receive response dynamically based on Content…
0
votes
0 answers

Developing Light weight registry service for android app

I want to develop a light weight registry service for android device similar to UDDI Concept. An UDDI is heavy weight which find difficult to implement to resource constrain devices. Does a AIDL supports UDDI Features like publish, subscribe and…
0
votes
1 answer

JUDDI Authorization

I would like to know about authorization in jUDDI. I would like to give Publisher capabilities to few of my clients And also I want few of my clients to inquire or access only those services which are related to them. I want to hide the rest of the…
0
votes
1 answer

jUDDI Installation and configuration

I have installed the basic jUDDI Server in my machine. I am able to Register the Service and able to read my Service info as a new user. I want to restrict the users who wants to look up my services. I want only my clients to access these…
0
votes
1 answer

Using multiple servers in JAXWS

I'm having a problem when using multiple servers in java ws. All of this servers provide the same WebService but they have different names and IPs. I'm using UDDI. My goal is for the client to contact all the servers that are executing that service…
user2934164
  • 193
  • 12
0
votes
1 answer

Role of UDDI in Spring Web services?

I have gone thru spring ws but did not come across role of UDDI in spring WS. I believe spring configuration(i.e PayloadRootAnnotationMethodEndpointMapping) internally publishing and finding it from UDDI . Is that correct ?
emilly
  • 10,060
  • 33
  • 97
  • 172