• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

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.
 
and POOF! You're gone! But look, this tiny ad is still here:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic