element listLDAPAttributes
diagram de_wsdl_diagrams/de_wsdl_p117.png
namespace http://ldapservice.api.de.n2.tibco.com
properties
content complex
children req-attributes
attributes
Name  Type  Use  Default  Fixed  Annotation
alias  xs:string  required      
documentation
LDAP alias of the LDAP source from which attribute data should be returned.
dn  xs:string  required      
documentation
Distinguished Name of the LDAP entity for which attribute data should be returned.
annotation
documentation
Request element for listLDAPAttributes operation.

This operation lists the values of the LDAP attributes held by the LDAP entry identified by the given "alias" and "dn". If specified, only those attributes named by the req-attributes elements will be included in the response. Otherwise, all attributes will be included.
source <xs:element name="listLDAPAttributes">
 
<xs:annotation>
   
<xs:documentation>Request element for listLDAPAttributes operation.

This operation lists the values of the LDAP attributes held by the LDAP entry identified by the given "alias" and "dn". If specified, only those attributes named by the req-attributes elements will be included in the response. Otherwise, all attributes will be included.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="req-attributes" type="de:XmlLdapAttributeSimple" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Names of the resource attributes for which data should be returned.
If no resource attributes are specified all data values will be returned.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="alias" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>LDAP alias of the LDAP source from which attribute data should be returned.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="dn" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>Distinguished Name of the LDAP entity for which attribute data should be returned.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

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