element getLdapEntryResponse
diagram deservices_wsdl_diagrams/deservices_wsdl_p2975.png
namespace http://directory.api.de.bpm.tibco.com
type extension of XmlLdapEntry
properties
content complex
children attribute
attributes
Name  Type  Use  Default  Fixed  Annotation
ldap-dn  xs:string  required      
documentation
The full Distinguished Name (DN) of the LDAP entry from which this element was constructed.
ldap-alias  xs:string  required      
documentation
Identifies the LDAP connection shared resource from which the entry was read.

LDAP connection shared resource 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.
not-found  xs:boolean    false    
documentation
Indicates that the identified LDAP entry cannot be found.
annotation
documentation
Response element for the getLdapEntry operation. Returns the requested attributes of the LDAP entry identified in the request. If the identifed LDAP entry does not exist, the response will be empty.
source <xs:element name="getLdapEntryResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for the getLdapEntry operation. Returns the requested attributes of the LDAP entry identified in the request. If the identifed LDAP entry does not exist, the response will be empty.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="de:XmlLdapEntry">
       
<xs:attribute name="ldap-alias" type="xs:string" use="required">
         
<xs:annotation>
           
<xs:documentation>Identifies the LDAP connection shared resource from which the entry was read.

LDAP connection shared resource 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.
</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="not-found" type="xs:boolean" default="false">
         
<xs:annotation>
           
<xs:documentation>Indicates that the identified LDAP entry cannot be found.</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute getLdapEntryResponse/@ldap-alias
type xs:string
properties
use required
annotation
documentation
Identifies the LDAP connection shared resource from which the entry was read.

LDAP connection shared resource 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.
source <xs:attribute name="ldap-alias" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Identifies the LDAP connection shared resource from which the entry was read.

LDAP connection shared resource 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.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute getLdapEntryResponse/@not-found
type xs:boolean
properties
default false
annotation
documentation
Indicates that the identified LDAP entry cannot be found.
source <xs:attribute name="not-found" type="xs:boolean" default="false">
 
<xs:annotation>
   
<xs:documentation>Indicates that the identified LDAP entry cannot be found.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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