Network Deployment (Distributed operating systems), v8.0 > Reference > Command-line utilities
Save UDDI v3 entities with a supplied key
The following example shows how to save a v3 business entity with a defined key. You might do this after you use UDDI Utility Tools to export from a v3 registry, because entities from a Version 3 registry are exported as v2 entities, so elements such as digital signatures are not present.
<?xml version="1.0" encoding="UTF-8"?> <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> <Body> <save_business xmlns="urn:uddi-org:api_v3"> <authInfo>a399c4a3-6387-47cd-a1bd-91f7bb91bdd7 </authInfo> <businessEntity businessKey="uddi:mycompany-p1.com:computers"> <name xml:lang="en">WithKey </name> </businessEntity> </save_business> </Body> </Envelope>
Use the UDDI registry
Related
UDDI Utility Tools prerequisites
UDDI Utility Tools configuration file
UDDI entity definition file
UDDI Utility Tools at a command prompt
UDDI Utility Tools through the API
UDDI Utility Tools limitations and resolutions
UDDI Utility Tools