element getLdapEntry
diagram deservices_wsdl_diagrams/deservices_wsdl_p2174.png
namespace http://directory.api.de.bpm.tibco.com
type extension of XmlLdapEntryId
properties
content complex
children attribute
attributes
Name  Type  Use  Default  Fixed  Annotation
ldap-alias  xs:string  required      
documentation
The name (or alias) by which a configured LDAP connection shared resource is identified.

LDAP connection shared resources are named with the prefix "ldap/de/" in order to indicate that they are intended for Directory Engine use. The alias given here is that name without the "ldap/de/" prefix.
ldap-dn  xs:string  required      
documentation
The full Distinguished Name (DN) of the LDAP entry identified by this element.
annotation
documentation
Request element for the getLdapEntry operation. Returns the named attributes from the LDAP entry identified by the given LDAP alias and DN.
source <xs:element name="getLdapEntry">
 
<xs:annotation>
   
<xs:documentation>Request element for the getLdapEntry operation. Returns the named attributes from the LDAP entry identified by the given LDAP alias and DN.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="de:XmlLdapEntryId">
       
<xs:sequence>
         
<xs:element name="attribute" minOccurs="0" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Names an LDAP attribute to be included for each entry in the result set. If no names are specified in the request, all the entry's attributes will be returned.</xs:documentation>
           
</xs:annotation>
           
<xs:complexType>
             
<xs:attribute name="name" type="xs:string" use="required"/>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element getLdapEntry/attribute
diagram deservices_wsdl_diagrams/deservices_wsdl_p2175.png
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
annotation
documentation
Names an LDAP attribute to be included for each entry in the result set. If no names are specified in the request, all the entry's attributes will be returned.
source <xs:element name="attribute" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Names an LDAP attribute to be included for each entry in the result set. If no names are specified in the request, all the entry's attributes will be returned.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:attribute name="name" type="xs:string" use="required"/>
 
</xs:complexType>
</xs:element>

attribute getLdapEntry/attribute/@name
type xs:string
properties
use required
source <xs:attribute name="name" type="xs:string" use="required"/>

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