You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by Delphine Dumontet <de...@isima.fr> on 2004/03/11 17:33:45 UTC

Fw: Search for services by using the categories

----- Original Message ----- 
From: David Hermet 
To: juddi-user@ws.apache.org ; juddi-dev@ws.apache.org 
Sent: Thursday, March 11, 2004 5:32 PM
Subject: Search for services by using the categories


Lo,

I want to seek services in Juddi by using the categories as a search criterion. I'm using Juddi 8, Tomcat server, and Microsoft .Net Framework.


Here my code in C#:

// Create an object to find  services.
FindService fs = new FindService();
  // Specify a categorization
fs.CategoryBag.Add(myModelKey, myKeyValue, myKeyName);
  // Send the FindService request over the connection
ServiceList servList = fs.Send(_connection);

It doesn't find anything whereas there are services corresponding to these criteria in the Juddi registry, but  that functions in a public Registry such as Microsoft Registry (test.uddi.microsoft.com).

In addition, while transposing this code to research of a Business with the FindBusiness function, that functions perfectly in Juddi Registry and in Microsoft Registry.

Have you got an idea ? Is this a known bug ?

Thanks,
David.