add_publisherAssertions: Used to add relationship assertions to the existing set of assertions.
delete_binding: Used to remove an existing bindingTemplate from the
bindingTemplates collection that is part of a specified businessService structure.
delete_business: Used to delete registered businessEntity information from
the registry.
delete_publisherAssertions: Used to delete specific publisher assertions from the assertion
collection controlled by a particular publisher account. Deleting assertions from the assertion collection
will affect the visibility of business relationships. Deleting an assertion will cause any relationships
based on that assertion to be invalidated.
delete_service: Used to delete an existing businessService from the
businessServices collection that is part of a specified businessEntity.
delete_tModel: Used to hide registered information about a tModel. Any
tModel hidden in this way is still usable for reference purposes and accessible via the
get_tModelDetail message, but is simply hidden from find_tModel result
sets. There is no way to actually cause a tModel to be deleted, except by
administrative petition.
discard_authToken: Used to inform an Operator Site that a previously provided authentication
token is no longer valid and should be considered invalid if used after this message is received and until such time
as an authToken value is recycled or reactivated at an operator's discretion. See
get_authToken.
get_assertionStatusReport: Used to get a status report containing publisher assertions and
status information. This report is useful to help an administrator manage active and tentative publisher assertions.
Publisher assertions are used in UDDI to manage publicly visible relationships between businessEntity
structures. Relationships are a feature introduced in generic 2.0 that help manage complex business structures that
require more than one businessEntity or more than one publisher account to
manage parts of a businessEntity. Returns an assertionStatusReport that
includes the status of all assertions made involving any businessEntity controlled by the
requesting publisher account.
get_authToken: Used to request an authentication token from an Operator Site. Authentication tokens
are required when using all other API’s defined in the publishers API. This function serves as the program's
equivalent of a login request.
get_publisherAssertions: Used to get a list of active publisher assertions that are controlled
by an individual publisher account. Returns a publisherAssertions message containing all publisher
assertions associated with a specific publisher account. Publisher assertions are used to control publicly visible
business relationships.
get_registeredInfo: Used to request an abbreviated synopsis of all information currently managed
by a given individual.
save_binding: Used to register new bindingTemplate information or update existing
bindingTemplate information. Use this to control information about technical capabilities
exposed by a registered business.
save_business: Used to register new businessEntity information or update
existing businessEntity information. Use this to control the overall information about the
entire business. Of the save_xx API’s this one has the broadest effect.
In UDDI V2, a feature is introduced where save_business can be used to reference a
businessService that is parented by another businessEntity.
save_service: Used to register or update complete information about a
businessService exposed by a specified businessEntity.
save_tModel: Used to register or update complete information about a tModel.
set_publisherAssertions: used to save the complete set of publisher assertions for an
individual publisher account. Replaces any existing assertions, and causes any old assertions that are not
reasserted to be removed from the registry. Publisher assertions are used to control publicly visible business
relationships.