This demo shows a how to obtain an authentication token from a UDDI v3 Server. It is using the juddi-client, which connects to a jUDDI-3.0.1 server over JAX-WS. Note that since it is using the UDDI v3 API this should work using any UDDI v3 compliant server. To bring up a jUDDI server see the GettingStarted demo.
Subscribe to:
Post Comments (Atom)
Hey, everything seems so easy, but where I can find this helloworld example, I've got juddy3.0.4 bundle running, got eclipse, but cannot find such helloworld example. And how to set up eclipse?
ReplyDeleteCheck out the code from SVN, and you should find it in the docs directory. --Kurt
ReplyDeleteI have the same problem,I try to check out the code but the link is broken or the url isn't correct.Can it be possible?
ReplyDeleteWe should really add the examples to the bundle (I just opened a jira for it.). But in the mean time you should be able to use:
ReplyDeletehttp://svn.apache.org/repos/asf/juddi/tags/juddi-3.1.3/docs/examples/
for anyone of thesetags.