Questions tagged [juddi]

jUDDI is an open source Java implementation of the Universal Description, Discovery, and Integration (UDDI) specification for Web Services (v2 and v3).

Universal description discovery and integration (UDDI) is a special directory service facilitates indexing all the available services, an organization offers. UDDI registries keep records of the details of the company, the details of the offering services and the technical specifications to use them.

UDDI creates a standard interoperable platform that enables companies and applications to quickly, easily, and dynamically find and use Web services over the Internet. UDDI also allows operational registries to be maintained for different purposes in different contexts.

30 questions
47
votes
2 answers

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 http://localhost:8080/axis2/services/CmmdcService/wsdl To achieve this, I created a…
Ivan Andrei
  • 571
  • 4
  • 5
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

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

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

Login failed: error Error Could not send Message. javax.xml.ws.WebServiceException

I am unable to login through JUDDI user interface. Using newly created publisher. This is the error I am facing. Login failed: error Error Could not send Message. javax.xml.ws.WebServiceException. Can any one help me?
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
0 answers

find and call web service from uddi java

So I have been looking around for days and I still can't find a simple working method. This is what I am trying to do: 1 - Search and find web services registered in UDDI based on keywords 2 - Decide which service fits and use/call it All this using…
user2446260
  • 53
  • 1
  • 9
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
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
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

UDDI_Security_Port not found in the WSDL http://localhost:8080/juddiv3/services/security?wsdl

I am trying to create a java program that will interact with jUDDI to publish and inquiry web-services. I am using jUDDI Client API. I am continuously getting this error and googling doesn't help. Can anyone please tell me how to solve this…
coding_idiot
  • 13,526
  • 10
  • 65
  • 116
0
votes
1 answer

How to link WSIG GUI to jUDDI

Here is what I already did : I created a 10 jade agents, each agent publish its own Web Service After lunching JADE Remote Agent Management GUI and Lunching jUDDI I get the screen bellow. I used the WSIG add-on to publish the Web Services like the…
sdx11
  • 181
  • 1
  • 1
  • 9
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
1
2