Search code examples
javaweb-servicesuddijuddi

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 published the service to juddiv3. This is result: http://imagizer.imageshack.us/a/img661/5874/3h8y27.png

And I tried find and query this Webservice published by me , but i can't. Please tell me how to I do it. Thank!


Solution

  • Are you trying to using the user interface to "find and query" or are you trying to do so programmatically? There's a number of examples both in the client distribution for automated registration and in the documentation. In addition, there's a guide for using the web user interface (juddi-gui).

    Without additional details, steps to reproduce the issue, source code, etc, it's difficult to provide an accurate answer