ZVON > References > UDDI Reference
Element authToken [ v1 ]
Occurs in [ ] - [ ]
Description This message is used to return an authentication token in response to a "get_authToken" message.
Attributes
generic
operator


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" use="required"/>
   </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" use="required"/>
   </xsd:complexType>
</xsd:element>