문제

I need to perform basic ldap operations using the dsml.war file available with openDJ. I have deployed the war file but dont know how to make a call to the servlet to perform an operation.

Thanks

도움이 되었습니까?

해결책

DSMLv2 makes use of SOAP. You can find a quick example here : http://marginnotes2.wordpress.com/2012/10/05/opendj-getting-started-with-dsml/

Otherwise, OpenDJ 2.6 has a REST to LDAP interface that makes it much easier to access and update data.

Regards,

Ludovic

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top