You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@juddi.apache.org by "robert@infotility.com" <ro...@infotility.com> on 2006/06/14 18:47:59 UTC

List of all registered services

Hello,

jUDDI is terrific and I'm very grateful to the developers
for making it possible.

I am trying to get a list of all the services that are
registered. I thought I would be able to do that through
the jUDDI console (which is at the default location
http://localhost:8080/juddi/console) and then following
the find_service link there. When I submit

  <find_service  generic="2.0" xmlns="urn:uddi-org:api_v2">
     <name>*</name>
  </find_service>

(within a soapenv of course) I get a response

  <serviceList generic="2.0" operator="jUDDI.org" xmlns="urn:uddi-org:api_v2">
   <serviceInfos/>
  </serviceList>

but actually there should be 1 service registered.

I'm expecting <name>*</name> to return all registered
services. Am I mistaken about that? If so, what should
I enter to get all registered services?

I looked at the FAQ and the HOWTO at the jUDDI wiki
but came up empty handed. Thanks for your help.

Robert Dodier

---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-user-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-user-help@ws.apache.org


Re: List of all registered services

Posted by Albertin Loic <lo...@bull.net>.
Hi Robert,
The wildcard character is not * but %

Cheers,
Loïc

robert@infotility.com wrote:
> Hello,
>
> jUDDI is terrific and I'm very grateful to the developers
> for making it possible.
>
> I am trying to get a list of all the services that are
> registered. I thought I would be able to do that through
> the jUDDI console (which is at the default location
> http://localhost:8080/juddi/console) and then following
> the find_service link there. When I submit
>
>   <find_service  generic="2.0" xmlns="urn:uddi-org:api_v2">
>      <name>*</name>
>   </find_service>
>
> (within a soapenv of course) I get a response
>
>   <serviceList generic="2.0" operator="jUDDI.org" xmlns="urn:uddi-org:api_v2">
>    <serviceInfos/>
>   </serviceList>
>
> but actually there should be 1 service registered.
>
> I'm expecting <name>*</name> to return all registered
> services. Am I mistaken about that? If so, what should
> I enter to get all registered services?
>
> I looked at the FAQ and the HOWTO at the jUDDI wiki
> but came up empty handed. Thanks for your help.
>
> Robert Dodier
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: juddi-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: juddi-user-help@ws.apache.org
>
>
>   



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-user-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-user-help@ws.apache.org