mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

andrug
28.47.2008 bbc9d70ed184ba880afc3c03a1bba10bf4e5dc6d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
POST /dsml HTTP/1.1
Host: Foo
Connection: Close
Content-Length: 559
SOAPAction: batchRequest
 
<?xml version='1.0' encoding='UTF-8'?>
  <soap-env:Envelope
      xmlns:xsd='http://www.w3.org/2001/XMLSchema'
      xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
      xmlns:soap-env='http://schemas.xmlsoap.org/soap/envelope/'>
  <soap-env:Body>
<batchRequest xmlns="urn:oasis:names:tc:DSML:2:0:core">
<modDNRequest dn="uid=abergin,ou=People,dc=siroe,dc=com"
newrdn="uid=toto">
<control>
<value>2.16.840.1.113730.3.3.2.20.1</value>
<value>2.16.840.1.113730.3.3.2.21.1</value>
</>
</modDNRequest>
</batchRequest>
</soap-env:Body>
</soap-env:Envelope>