ZVON > References > UDDI Reference |
Intro / Search / ZVON |
Element | authToken [ v2 ] |
---|---|
Occurs in | [ ] - [ ] (comparison ) |
Description | Message - Response: used to return an authentication token in response to a "get_authToken" message. |
Attributes | generic Signifies the UDDI registry software version number. On input, signifies the UDDI version understood by the requesting caller. operator Ignored on input. Identifies the UDDI registry that supplied the data (top level message attribute) and the UDDI registry where the data is mastered (entity level use). |
XML Schema |
---|
<xsd:element name="authToken"> <xsd:complexType> <xsd:sequence> <xsd:element ref="authInfo"/> </xsd:sequence> <xsd:attribute name="generic" type="xsd:string" use="required"/> <xsd:attribute name="operator" type="xsd:string"/> </xsd:complexType> </xsd:element> |
Expanded XML Schema |
---|
<xsd:element name="authToken"> <xsd:complexType> <xsd:sequence> <xsd:element name="authInfo" type="xsd:string"/> </xsd:sequence> <xsd:attribute name="generic" type="xsd:string" use="required"/> <xsd:attribute name="operator" type="xsd:string"/> </xsd:complexType> </xsd:element> |