UDDI Publishing API
Authorization Operations
- get_authToken - log in to the UDDI registry
- get_authToken (@userId, @cred) :authToken
- discard_authToken - log out from the UDDI registry
- discard_authToken (authToken) :dispositionReport
Save Operations
- save_business - add or update one or more businessEntity entries.
- save_business (authInfo, businessEntity+) :businessDetail
- save_service - add or update one or more businessService entries.
- save_service (authInfo, businessService+) :serviceDetail
- save_binding - add or update one or more bindingTemplate entries.
- save_binding (authInfo, bindingTemplate+) :bindingDetail
- save_tModel - add or update one or more tModel entries.
- save_tModel (authInfo, tModel+) :tModelDetail
- add_publisherAssertions - add one or more publisherAssertion entries.
- add_publisherAssertions (authInfo, publisherAssertion+) :dispositionReport
- set_publisherAssertions - use to manage all of the tracked relationship assertions associated with an individual publisher account
- set_publisherAssertions (authoInfo, [publisherAssertion]) :publisherAssertions
Delete Operations
- delete_business - remove one or more business registration
- delete_business (authInfo, businessKey+) :dispositionReport
- delete_service - remove one or more previously businessService elements from the UDDI registry and from its containing businessEntity parent.
- delete_service (authInfo, serviceKey+) :dispositionReport
- delete_binding - delete one or more bindingTemplate entries
- delete_binding (authInfo, bindingKey+) :dispositionReport
- delete_tModel - logically delete one or more tModel structures. Logical deletion hides the deleted tModels from find_tModel result sets but does not physically delete it.
- delete_tModel (authInfo, tModelKey) :dispositionReport
- delete_publisherAssertions - remove one or more publisherAssertion elements a publisher’s assertion collection.
- delete_publisherAssertions (authInfo, publisherAssertion+) :dispositionReport
Get Operations
- get_assertionStatusReport - provides administrative support for determining the status of current and outstanding publisherAssertions that involve any of the businessEntity registrations managed by the individual publisher account.
- get_assertionStatusReport (authInfo, completionStatus) :assertionStatusReport
- get_publisherAssertions - obtain the full set of publisher assertions that is associated with an individual publisher account.
- get_publisherAssertions (authInfo) :publisherAssertions
- get_registeredInfo - get an abbreviated list of all businessEntity and tModel data that are controlled by the individual associated with the credentials passed.
- get_registeredInfo (authInfo) :registeredInfo
No comments:
Post a Comment