Questions tagged [dsml]

DSML (and DSMLv2) - Directory Services Markup Language

DSML (and DSMLv2) - Directory Services Markup Language

"Directory Services Markup Language (DSML) is a representation of directory service information in an XML syntax."

(Taken from the Wikipedia entry: http://en.wikipedia.org/wiki/Directory_Services_Markup_Language)

7 questions
2
votes
2 answers

Hosting DSML SOAP Endpoint

I have an OpenDS directory service (LDAP) and OpenDS' DSML Gateway installed. I'm able to successfully connect to my DSML gateway via JXplorer (so I know it's up). Now what I'd like to do is be able to host that gateway as a SOAP endpoint w/ WSDL…
RailRhoad
  • 2,128
  • 2
  • 25
  • 39
1
vote
0 answers

How do I get perl to return xml using Net::LDAP::DSML

I'm writing a perl program to read, write, add, update and delete entries in LDAP server. What I got so far is write, add, update, delete using LDIF and read that returns entries as DSML. Now to my question - is it possible to have write, add,…
Gunnlaugur
  • 341
  • 1
  • 8
  • 19
1
vote
3 answers

parse this xml file in java

How to parse this xml file in java to read all the attributes of this XML file in java?
DURGA
  • 63
  • 1
  • 1
  • 10
0
votes
1 answer

Synchronize LDAP servers with DSML format

Is it possible to synchronize two LDAP servers with the DSML protocol instead of ldif? We have a firewall between our 2 servers and the only authorized protocol/payload is http over xml. We had a look at a DSML gateway, but it does not seem to be…
Bruno
  • 1
0
votes
1 answer

How to compose SPML v2 'modify' request to delete object attribute

I need to maintain an Active Directory service via SPMLv2 SOAP requests to an Active Roles Server. I'm trying to do something ostensibly simple: delete the telephoneNumber attribute from an object. I'd never heard of SPML before so I spent some time…
TGVtbwo
  • 33
  • 7
0
votes
1 answer

What is a Template Input File? (in the FIM Synchronisation Service)

I have been trying to create an extended management agent in the Synchronization Service Manager. I go through the wizard, select an 'Extensible Connectivity', pick the dll file that I have just created using 'Create Extension Projects' and, moving…
Arnaud
  • 430
  • 1
  • 3
  • 13
0
votes
1 answer

OpenDS DSMLv2 authentication

I have set up OpenDS and installed the DSML service in Tomcat. I can verify that the setup works correctly. However, I cannot authenticate to make changes using the DSML service. In soapUI, I have prepared a request. I have put the principal and…
mydoghasworms
  • 18,233
  • 11
  • 61
  • 95