IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Externalized structure for LDAPRequestFormat

<fmtDef id="aFormatDefinition">
    <ldapRequest id="anLdapRequestFormat" 
            requestType="request" filterType="type">
        <map id="dynamicName" source="sourceCtx" 
                target="ldapInCtx">
        </map>
        <map id="filterList" source="sourceCtx" 
                target="ldapInCtx">
        </map>
        <map id="modificationList" source="sourceCtx" 
                target="ldapInCtx">
        </map>
        <map id="attributeList" source="sourceCtx" 
                target="ldapInCtx">
        </map>
    </ldapRequest>
</fmtDef>

For the LDAPRequestFormat, a dynamicName map will almost always be required. The filterList map is used in search requests. The modificationList map is used in modify requests. The attributeList map is used by both search and create requests.



Feedback