element listLdapConnectionsResponse
diagram deservices_wsdl_diagrams/deservices_wsdl_p175.png
namespace http://directory.api.de.bpm.tibco.com
properties
content complex
children ldap-connection
annotation
documentation
Response element for listLdapConnections operation.
source <xs:element name="listLdapConnectionsResponse">
 
<xs:annotation>
   
<xs:documentation>Response element for listLdapConnections operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="ldap-connection" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Identifies an LDAP connection shared resource by its alias, and also provides the URL used by that connection.</xs:documentation>
       
</xs:annotation>
       
<xs:complexType>
         
<xs:attribute name="ldap-alias" type="xs:string" use="required">
           
<xs:annotation>
             
<xs:documentation>The name (or alias) by which a configured LDAP connection shared resource is identified.

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="provider-url" type="xs:string" use="required">
           
<xs:annotation>
             
<xs:documentation>The URL (including any base DN) to which configured LDAP connection shared resource is connected.</xs:documentation>
           
</xs:annotation>
         
</xs:attribute>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

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