Save UDDI Version 3 entities with a supplied key
The following example shows how to save a Version 3 business entity with a defined key. We might do this after you use UDDI Utility Tools to export from a Version 3 registry, because entities from a Version 3 registry are exported as Version 2 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 tasks
Use the UDDI registry
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