webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only

How to get the UDDI key of an entity in Business UI 

Mon June 15, 2015 01:13 AM

The UDDI key of an user can be obtained by executing the xquery below, likewise for a service "cs:user" should be replaced by "cs:service" and service name should be provided.
 
declare namespace cs = "http://namespaces.CentraSite.com/Schema/jaxr"
for $ro in collection("CentraSite")/cs:user
where $ro/cs:name/cs:localString="name"
return $ro/cs:key

The UDDI key of an asset in BusinessUI can be obtained from the browsers URL. Click on the asset for which you need to get the UDDI key and then you can take it from the browser URL. (Please refer the screenshot)


#wiki
#businessui
#centrasite-community-edition
#webMethods
#CentraSite

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads