Sunday, August 12, 2012

UDDI Publishing API

Authorization Operations


  1. get_authToken - log in to the UDDI registry
    • get_authToken (@userId, @cred) :authToken
  2. discard_authToken - log out from the UDDI registry
    • discard_authToken (authToken) :dispositionReport

Save Operations


  1. save_business - add or update one or more businessEntity entries.
    • save_business (authInfo, businessEntity+) :businessDetail
  2. save_service - add or update one or more businessService entries.
    • save_service (authInfo, businessService+) :serviceDetail
  3. save_binding - add or update one or more bindingTemplate entries.
    • save_binding (authInfo, bindingTemplate+) :bindingDetail
  4. save_tModel - add or update one or more tModel entries.
    • save_tModel (authInfo, tModel+) :tModelDetail
  5. add_publisherAssertions - add one or more publisherAssertion entries.
    • add_publisherAssertions (authInfo, publisherAssertion+) :dispositionReport
  6. set_publisherAssertions - use to manage all of the tracked relationship assertions associated with an individual publisher account
    • set_publisherAssertions (authoInfo, [publisherAssertion]) :publisherAssertions

Delete Operations



  1. delete_business - remove one or more business registration
    • delete_business (authInfo, businessKey+) :dispositionReport
  2. delete_service - remove one or more previously businessService elements from the UDDI registry and from its containing businessEntity parent.
    • delete_service (authInfo, serviceKey+) :dispositionReport
  3. delete_binding - delete one or more bindingTemplate entries
    • delete_binding (authInfo, bindingKey+) :dispositionReport
  4. 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
  5. delete_publisherAssertions - remove one or more publisherAssertion elements a publisher’s assertion collection.
    • delete_publisherAssertions (authInfo, publisherAssertion+) :dispositionReport

Get Operations

  1. 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
  2. get_publisherAssertions - obtain the full set of publisher assertions that is associated with an individual publisher account.
    • get_publisherAssertions (authInfo) :publisherAssertions
  3. 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