0 Replies Latest reply on Aug 11, 2006 11:41 PM by g_nagesh

    Design Question - Web services and LDAP

    g_nagesh

      Hi,
      I am developing an application which interacts with LDAP. Once I develop this application, I should have wrap the sesion bean as web service.

      My questions are
      (1). Do we need to represents LDAP containers as value objects? Like if the tree has Printers, Files, Accounts then shld we create PrinterValueObject, FilesValueObject ,AccountValueObject and associations?

      (2). Do we have any design patterns to interact with LDAP and expose them as web service?