element authenticateUser
diagram de_wsdl_diagrams/de_wsdl_p24984.png
namespace http://security.api.de.n2.tibco.com
properties
content complex
children password
attributes
Name  Type  Use  Default  Fixed  Annotation
login  xs:string  optional      
documentation
Login name to be authenticated.
annotation
documentation
Request element for authenticateUser operation.

This operation is deprecated and should no longer be used. It is only available for backward compatibility and may be removed in future releases.
source <xs:element name="authenticateUser">
 
<xs:annotation>
   
<xs:documentation>Request element for authenticateUser operation.

This operation is deprecated and should no longer be used. It is only available for backward compatibility and may be removed in future releases.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="password" type="xs:base64Binary" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Password to be authenticated.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="login" type="xs:string" use="optional">
     
<xs:annotation>
       
<xs:documentation>Login name to be authenticated.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute authenticateUser/@login
type xs:string
properties
use optional
annotation
documentation
Login name to be authenticated.
source <xs:attribute name="login" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>Login name to be authenticated.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element authenticateUser/password
diagram de_wsdl_diagrams/de_wsdl_p24985.png
type xs:base64Binary
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Password to be authenticated.
source <xs:element name="password" type="xs:base64Binary" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Password to be authenticated.</xs:documentation>
 
</xs:annotation>
</xs:element>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy