|
Directory Services Markup Language, or DSML, an OASIS specification, enables developers to express LDAP functions and retrieve data in XML. DSML version 2 (DSMLv2) represents LDAP directory operations and their results by XML request/response operations.
Common DSML operations include searching for specific directory objects and returning selected attribute values.
Although the DSMLv2 Server provides no new eDirectory functionality if you are an application developer and you are familiar with developing using XML and SOAP, this makes it very easy to integrate with the directory using the tools you know.
Visit the DSML page on the Novell Developer Kit to download the SDK and to view documentation and samplecode.
|