Security API for the UDDI V3 Registry

In UDDI V1 and V2 the security API was part of the Publish API. In UDDI V3 the security API is independent. The Version 3 security API includes the following API calls:

discard_authToken

Used to inform a node that a previously obtained authentication token is no longer required and should be considered invalid if used after this message is received. The token is to be discarded and the session is effectively ended.

get_authToken

Used to request an authentication token in the form of an authInfo element from a UDDI node.

For full details of the syntax of the above queries, refer to the API specification at http://www.uddi.org/pubs/uddi_v3.htm.