• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

UUDI Registry

 
Ranch Hand
Posts: 223
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Has anyone added items in the IBM testRegisry thru the site GUI. I have done that- it does not give me the binding template option (or the equivalent thereof).
I can add a business entity and svc. and locator but I don't seem to be able link all of them. As a result I can not search for them using UDDI.
I try something like this- it returns nothing:
String providerLevelUUID = "UUID:53C0B360-D616-11D5-8055-0004AC49CC1E";
String svcLevelUUID = "UUID:079090F0-D620-11D5-8055-0004AC49CC1E";
tModelKeyStringsVector.addElement(svcLevelUUID);
tModelKeyStringsVector.addElement(providerLevelUUID );
tModelBag = new TModelBag(tModelKeyStringsVector);
// Get list of businesses
BusinessList bl = proxy.find_business(tModelBag,null,10);
Any ideas will be appreciated,
Sanjay
[This message has been edited by Sanjay Bahal (edited November 13, 2001).]
 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you can add your binding information in the access point when you add the service.
you can choose different protocols for the access point.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic