porttype LDAPService
This service is deprecated and may be removed in future releases. Use DirectoryService instead. This service gets information about and from LDAP sources.
operations 
listLDAPSources
This operation is deprecated. List all LDAP sources currently available to Directory Engine.
inputimpl:listLDAPSourcesRequest
Request message (uses ldapservice:listLDAPSources element): Requests a list of all available LDAP sources.
outputimpl:listLDAPSourcesResponse
Response message (uses ldapservice:listLDAPSourcesResponse element): Contains the names of all LDAP sources currently defined as shared resources on the platform.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:securityFault
Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.

listLDAPEntities
This operation is deprecated. List all the resources avaialble in a particular LDAP container, from which organization model resources can be or have been derived.
inputimpl:listLDAPEntitiesRequest
Request message (uses ldapservice:listLDAPEntities element): Specifies the LDAP container whose resources should be listed.
outputimpl:listLDAPEntitiesResponse
Response message (uses ldapservice:listLDAPEntitiesResponse element): Contains detailed descriptions of all resources available in the specified LDAP container.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:invalidLDAPSearchFault
Error message (uses ex:invalidLDAPSearchFault element): The specified LDAP filter expression is invalid.
faultimpl:invalidLDAPSourceFault
Error message (uses ex:InvalidLDAPSourceFault element): The specified LDAP source does not exist.
faultimpl:invalidLDAPContainerFault
Error message (uses ex:InvalidLDAPContainerFault element): The specified LDAP container does not exist.
faultimpl:invalidOrgModelVersionFault
Error message (uses ex:invalidOrgModelVersionFault element): The specified organization model version does not exist.
faultimpl:securityFault
Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.

listLDAPAttributes
This operation is deprecated. List the data values stored in one or more resource attributes for a particular LDAP entity.
inputimpl:listLDAPAttributesRequest
Request message (uses ldapservice:listLDAPAttributes element): Specifies the LDAP entity and, optionally, resource attributes for which data values should be returned.
outputimpl:listLDAPAttributesResponse
Response message (uses ldapservice:listLDAPAttributesResponse element): Contains the data values stored for the requested resource attributes, both locally within Directory Engine and and in the LDAP source.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:invalidLDAPSourceFault
Error message (uses ex:InvalidLDAPSourceFault element): The specified LDAP source does not exist.
faultimpl:invalidLDAPSearchFault
Error message (uses ex:invalidLDAPSearchFault element): The specified LDAP filter expression is invalid.
faultimpl:securityFault
Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.

listLDAPAttributeNames
This operation is deprecated. List all LDAP attribute names (not values) in a particular LDAP source that have data.
inputimpl:listLDAPAttributeNamesRequest
Request message (uses ldapservice:listLDAPAttributeNames element): Specifies the LDAP source from which attribute data should be returned.
outputimpl:listLDAPAttributeNamesResponse
Response message (uses ldapservice:listLDAPAttributeNamesResponse element): Contains a list of LDAP attribute names that exist in the specified LDAP source, and (if requested) a list of sample entries.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): Either the requested LDAP source or filter string is invalid, or an internal service fault has occurred.
faultimpl:securityFault
Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.

listContainerResources
This operation is deprecated. List all the organization model (human) resources derived from a particular LDAP container.
inputimpl:listContainerResourcesRequest
Request message (uses ldapservice:listContainerResources element): Specifies the LDAP container for which human resources should be listed.
outputimpl:listContainerResourcesResponse
Response message (uses ldapservice:listContainerResourcesResponse element): Contains a list of all the organization model (human) resources derived from the specified LDAP container.
faultimpl:invalidServiceRequestFault
Error message (uses ex:invalidServiceRequest element): The request message has been incorrectly specified and is invalid.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:invalidOrgModelVersionFault
Error message (uses ex:invalidOrgModelVersionFault element): The specified organization model version does not exist.
faultimpl:securityFault
Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.
used by 
binding LDAPService_EP
source 
<wsdl:portType name="LDAPService">
  <wsdl:documentation>This service is deprecated and may be removed in future releases. Use DirectoryService instead. This service gets information about and from LDAP sources.</wsdl:documentation>
  <wsdl:operation name="listLDAPSources">
    <wsdl:documentation>This operation is deprecated. List all LDAP sources currently available to Directory Engine.</wsdl:documentation>
    <wsdl:input name="listLDAPSourcesRequest" message="impl:listLDAPSourcesRequest">
      <wsdl:documentation>Request message (uses ldapservice:listLDAPSources element): Requests a list of all available LDAP sources.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="listLDAPSourcesResponse" message="impl:listLDAPSourcesResponse">
      <wsdl:documentation>Response message (uses ldapservice:listLDAPSourcesResponse element): Contains the names of all LDAP sources currently defined as shared resources on the platform.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="listLDAPEntities">
    <wsdl:documentation>This operation is deprecated. List all the resources avaialble in a particular LDAP container, from which organization model resources can be or have been derived.</wsdl:documentation>
    <wsdl:input name="listLDAPEntitiesRequest" message="impl:listLDAPEntitiesRequest">
      <wsdl:documentation>Request message (uses ldapservice:listLDAPEntities element): Specifies the LDAP container whose resources should be listed.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="listLDAPEntitiesResponse" message="impl:listLDAPEntitiesResponse">
      <wsdl:documentation>Response message (uses ldapservice:listLDAPEntitiesResponse element): Contains detailed descriptions of all resources available in the specified LDAP container.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidLDAPSearchFault" message="impl:invalidLDAPSearchFault">
      <wsdl:documentation>Error message (uses ex:invalidLDAPSearchFault element): The specified LDAP filter expression is invalid.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidLDAPSourceFault" message="impl:invalidLDAPSourceFault">
      <wsdl:documentation>Error message (uses ex:InvalidLDAPSourceFault element): The specified LDAP source does not exist.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidLDAPContainerFault" message="impl:invalidLDAPContainerFault">
      <wsdl:documentation>Error message (uses ex:InvalidLDAPContainerFault element): The specified LDAP container does not exist.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidOrgModelVersionFault" message="impl:invalidOrgModelVersionFault">
      <wsdl:documentation>Error message (uses ex:invalidOrgModelVersionFault element): The specified organization model version does not exist.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="listLDAPAttributes">
    <wsdl:documentation>This operation is deprecated. List the data values stored in one or more resource attributes for a particular LDAP entity.</wsdl:documentation>
    <wsdl:input name="listLDAPAttributesRequest" message="impl:listLDAPAttributesRequest">
      <wsdl:documentation>Request message (uses ldapservice:listLDAPAttributes element): Specifies the LDAP entity and, optionally, resource attributes for which data values should be returned.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="listLDAPAttributesResponse" message="impl:listLDAPAttributesResponse">
      <wsdl:documentation>Response message (uses ldapservice:listLDAPAttributesResponse element): Contains the data values stored for the requested resource attributes, both locally within Directory Engine and and in the LDAP source.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidLDAPSourceFault" message="impl:invalidLDAPSourceFault">
      <wsdl:documentation>Error message (uses ex:InvalidLDAPSourceFault element): The specified LDAP source does not exist.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidLDAPSearchFault" message="impl:invalidLDAPSearchFault">
      <wsdl:documentation>Error message (uses ex:invalidLDAPSearchFault element): The specified LDAP filter expression is invalid.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="listLDAPAttributeNames">
    <wsdl:documentation>This operation is deprecated. List all LDAP attribute names (not values) in a particular LDAP source that have data.</wsdl:documentation>
    <wsdl:input name="listLDAPAttributeNamesRequest" message="impl:listLDAPAttributeNamesRequest">
      <wsdl:documentation>Request message (uses ldapservice:listLDAPAttributeNames element): Specifies the LDAP source from which attribute data should be returned.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="listLDAPAttributeNamesResponse" message="impl:listLDAPAttributeNamesResponse">
      <wsdl:documentation>Response message (uses ldapservice:listLDAPAttributeNamesResponse element): Contains a list of LDAP attribute names that exist in the specified LDAP source, and (if requested) a list of sample entries.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): Either the requested LDAP source or filter string is invalid, or an internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="listContainerResources">
    <wsdl:documentation>This operation is deprecated. List all the organization model (human) resources derived from a particular LDAP container.      </wsdl:documentation>
    <wsdl:input name="listContainerResourcesRequest" message="impl:listContainerResourcesRequest">
      <wsdl:documentation>Request message (uses ldapservice:listContainerResources element): Specifies the LDAP container for which human resources should be listed.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="listContainerResourcesResponse" message="impl:listContainerResourcesResponse">
      <wsdl:documentation>Response message (uses ldapservice:listContainerResourcesResponse element): Contains a list of all the organization model (human) resources derived from the specified LDAP container.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InvalidServiceRequestFault" message="impl:invalidServiceRequestFault">
      <wsdl:documentation>Error message (uses ex:invalidServiceRequest element): The request message has been incorrectly specified and is invalid.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidOrgModelVersionFault" message="impl:invalidOrgModelVersionFault">
      <wsdl:documentation>Error message (uses ex:invalidOrgModelVersionFault element): The specified organization model version does not exist.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
</wsdl:portType>

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