Are you calling the registry next? --Kurt
This may also help:
http://svn.apache.org/repos/asf/juddi/trunk/uddi-tck-base/src/main/java/org/apache/juddi/v3/tck/TckBusiness.java
--Kurt
On 4/11/12 12:19 PM, Pepa Perez wrote:
Hi Steve,
I do it as you say, I search the business by name, get the key but I
can't delete the business.
My code lines are:
DeleteBusiness db = new DeleteBusiness();
db.setAuthInfo(rootAuthToken.getAuthInfo());
db.getBusinessKey().add(info.getBusinessKey());
Is there anything I forget, isn't it?
Thanks
------------------------------------------------------------------------
Subject: Re: Delete a business by name
From: [email protected]
Date: Wed, 11 Apr 2012 07:06:40 -0400
To: [email protected]
I believe it's a two step process. Search by name to acquire the key
and then delete.
Steve
Sent from my iPad
On Apr 11, 2012, at 6:44 AM, Pepa Perez <[email protected]
<mailto:[email protected]>> wrote:
Hi,
I'm trying to delete a business by name in the juddi registry, but
I'm not sure if it's possible. I've sawn that DeleteBusiness uses
the authtoken and the businesskey to delete a business.
Can you delete a business by its name, like a search?
Thanks in advance