Hi Alex, Thanks for the pointers. Let me go through them and see how I can use that for my prototype.
Regards, Shireesh On Monday, 25 November 2013 10:57 PM, Alex O'Ree <spyhunte...@gmail.com> wrote: Shireesh, this can be done quite easily with some java code. There's a number of examples here: http://svn.apache.org/repos/asf/juddi/trunk/juddi-examples/ Caveat: We are about to release 3.2 and thus some of the APIs have changed from the 3.1.2 client code. There's also some .NET code if you're more comfortable with that. The API is nearly identical http://svn.apache.org/repos/asf/juddi/trunk/juddi-client.net/juddi-client.net-sample/org.apache.juddi.client.samples/ I'd suggest that you check out the current trunk and go from there. There is also a new web based user interface with 3.2 (which you should be able to point to your existing server) On Mon, Nov 25, 2013 at 9:44 PM, shireesh bhat <shireeshb...@yahoo.co.in> wrote: > Hi Alex, > > I am trying to publish a web service into the private jUDDI registry which > can be queried by other web services. > > Regards, > Shireesh > > > > > On Monday, 25 November 2013 8:21 PM, Alex O'Ree <spyhunte...@gmail.com> > wrote: > What exactly are you trying to do > On Nov 25, 2013 8:14 PM, "shireesh bhat" <shireeshb...@yahoo.co.in> wrote: > > Hi Kurt, > > Thanks for the reply. > I have to come up with a prototype for my work soon and I will have to think > of some other way of getting this done. > But, I would like to help in upgrading this if I can get some guidance along > the way. > > Regards, > Shireesh > > > > On Monday, 25 November 2013 7:36 PM, Kurt T Stam <kurt.s...@gmail.com> > wrote: > Correct the eclipse plugin is v2. Shall we fork and upgrade, want to help? > --Kurt > > On 11/25/13, 7:31 PM, shireesh bhat wrote: > > Hi Alex, > > Thanks for the quick reply. > I am using juddi-portal-bundle-3.1.2. > > I am using the web services explorer in Eclipse with spring framework to > make the call to jUDDI v3. > So are you saying the Eclipse is not updated to send version 3 requests ? > > Mark Hutchinson seems to make a point along the same lines in the thread > https://bugs.eclipse.org/bugs/show_bug.cgi?id=307202 > > Regards, > Shireesh > > > > > On Monday, 25 November 2013 6:56 PM, Alex O'Ree <spyhunte...@gmail.com> > wrote: > Can you confirm what minor version of jUDDI you are using? 3.1.5 has > some known issues with the portlets. > > The first problem I see if that you're sending a UDDI v2 request. > jUDDI v3 only supports version 3, meaning you need to update your > request, namespace or the client library you're using. > > On Mon, Nov 25, 2013 at 6:50 PM, shireesh bhat <shireeshb...@yahoo.co.in> > wrote: >> Hi, >> >> I using the below setup. >> 1) JUDDIV3 >> 2) apache-tomcat-7.0.42 >> 3) Eclipse Java EE IDE for Web Developers. Version: Kepler Release >> 4) MySql Server 5.1 >> >> I have followed the instructions in >> 1) >> >> http://thoughtsasaservice.wordpress.com/2011/07/22/how-to-install-juddi-on-tomcat/ >> 2) >> >> https://sites.google.com/site/uncertaintytolerancepoc/project-updates/publishingthewebserviceintotheuddiregistry >> >> I am facing two issues >> Problem 1) When I go to page http://localhost:8080/pluto/portal/jUDDI, I >> see >> the message "Error rendering portlet" >> Problem 2) When I try to publish the service I get >> org.apache.cxf.interceptor.Fault: Message part >> {urn:uddi-org:api_v2}get_authToken was not recognized. (Does it exist in >> service WSDL?) >> and a bunch of other errors >> >> When I searched the net for Problem 2, I found >> https://bugs.eclipse.org/bugs/show_bug.cgi?id=307202 >> >> So I wanted to know if there is a fix for Problem 2. Any help is >> appreciated. >> >> Regards, >> Shireesh >> >> >> >> >> > > > > > > >