element listLDAPAttributeNamesResponse
diagram de_wsdl_diagrams/de_wsdl_p116.png
namespace http://ldapservice.api.de.n2.tibco.com
properties
content complex
children Names LdapEntry
attributes
Name  Type  Use  Default  Fixed  Annotation
entity-count  xs:int        
documentation
Count of the total number of rows this query would return from the LDAP source.
annotation
documentation
Response element for listLDAPAttributeNames operation.
source <xs:element name="listLDAPAttributeNamesResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for listLDAPAttributeNames operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Names" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>List of LDAP attribute names that exist in the specified LDAP source.

Only the attribute name is returned. No data values are returned.
</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence minOccurs="0" maxOccurs="unbounded">
           
<xs:element name="AttributeName" type="xs:string"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
     
<xs:element name="LdapEntry" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>List of sample entries from the LDAP source. This sample data is random, and simply includes up to the maximum number of entries requested.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="LdapAttribute" type="de:XmlLdapAttributeSimple" minOccurs="0" maxOccurs="unbounded">
             
<xs:annotation>
               
<xs:documentation>Details of each attribute.</xs:documentation>
             
</xs:annotation>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="entity-count" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>Count of the total number of rows this query would return from the LDAP source.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

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