// aquire a jUDDI datastore instance
DataStore dataStore = DataStoreFactory.getDataStore();
try
{
dataStore.beginTrans();
// a find_binding request MUST include a service_key attribute
if ((serviceKey == null) || (serviceKey.length() == 0))
throw new InvalidKeyPassedException("find_binding: "+
"serviceKey="+serviceKey);