On Fri, Jan 9, 2015 at 5:09 AM, David J. Godbey (HQ-LM020)[DIGITAL
MANAGEMENT INC.] <[email protected]> wrote:

>  Folks:
>
> I am desperately trying to figure out how to get the apache ldap directory
> client working with dsml. It looks like everything I need is right there,
> but I’m flailing trying to put
>
everything together. Vanilla ldap requests using LdapNetworkConnection I’ve
> got working just fine. The integration with DSML not so much.
>
currently none of LdapConnection implementations work with DSML directly

assuming two possible cases you might be dealing with:

1. receive DSML requests - then you can use Dsmlv2Parser to parse them and
handle using the connection
                                             instance you have or use
Dsmlv2Engine to process the requests and give the
                                             response in DSML.

2. send requests in DSML -  you can use various XXDsml classes to achieve
this,
                                              e.x AddRequest ->
AddRequestDsml


>
>
> The UserGuide has no information under Advanced LDAP API usage for most
> items, including DSML. Engines and decorators and controls – how do they
> all fit together?
>
>
>
> Thanks for any help you might offer.
>
> Dave
>



-- 
Kiran Ayyagari
http://keydap.com
  • Ldap + Dsml David J. Godbey (HQ-LM020)[DIGITAL MANAGEMENT INC.]

Reply via email to