OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

dsml message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: tools and interfaces utilizing DSML 1.0


  The Directory SDK for Java (available from www.mozilla.org) has a DSMLWriter class for outputting LDAP results as DSML. It is used in the command-line LDAPSearch tool:

D:\>java LDAPSearch -b "o=airius.com" -X "cn=sam*"
<dsml:dsml xmlns:dsml="http://www.dsml.org/DSML">
 <dsml:directory-entries>
  <dsml:entry dn="uid=scarter, ou=People, o=airius.com">
    <dsml:attr name="cn">
      <dsml:value>Sam Carter</dsml:value>
    </dsml:attr>
    <dsml:attr name="sn">
      <dsml:value>Carter</dsml:value>
    </dsml:attr>
    <dsml:attr name="givenname">
      <dsml:value>Sam</dsml:value>
    </dsml:attr>
    <dsml:objectclass>top</dsml:objectclass>
    <dsml:objectclass>person</dsml:objectclass>
    <dsml:objectclass>organizationalPerson</dsml:objectclass>
    <dsml:objectclass>inetOrgPerson</dsml:objectclass>
    <dsml:attr name="ou">
      <dsml:value>Accounting</dsml:value>
      <dsml:value>People</dsml:value>
    </dsml:attr>
    <dsml:attr name="l">
      <dsml:value>Sunnyvale</dsml:value>
    </dsml:attr>
    <dsml:attr name="uid">
      <dsml:value>scarter</dsml:value>
    </dsml:attr>
    <dsml:attr name="mail">
      <dsml:value>scarter@airius.com</dsml:value>
    </dsml:attr>
    <dsml:attr name="telephonenumber">
      <dsml:value>+1 408 555 4798</dsml:value>
    </dsml:attr>
    <dsml:attr name="facsimiletelephonenumber">
      <dsml:value>+1 408 555 9751</dsml:value>
    </dsml:attr>
    <dsml:attr name="roomnumber">
      <dsml:value>4612</dsml:value>
    </dsml:attr>
  </dsml:entry>
 </dsml:directory-entries>
</dsml:dsml>


  There is also a new LDAP JNDI Service Provider from Sun that can output DSML.

Rob

"Mishra, Prateek" wrote:

> Hi,
>
> Before jumping into the technical details of improving DSML 1.0,
> I am curious if there are tools (shareware and commercial) and
> case-studies that make reference to DSML 1.0. It would be
> real useful to make a survey of these technologies as part of
> the DSML 2.0 effort. If the level of usage of DSML has
> been light (i.e., there are only a few tools and experiences), I would be
> interested
> in understanding why this is the case.
>
> At this point, I am only aware of a few public implementations.
> One of them is:
> Rob Weltman: "I have posted to my Web site a prototype of an XML-RPC server
>
> for accessing an LDAP directory."
>
> DSML for XML access to a directory
>
> http://www.xmlrpc.com/discuss/msgReader$879
> <http://www.xmlrpc.com/discuss/msgReader$879>
>
>
>
> Any other pointers would be appreciated.
>
>
>
> Thanks,
>
> prateek mishra
>
> Netegrity, Inc.
>
>



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC