WAS v8.5 > Reference > Command-line utilitiesSave 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 we use UDDI Utility Tools to export from a v3 registry, because entities from a v3 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>
Related
Use the UDDI registry
Reference:
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