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

Christophe Sovant
07.19.2013 679adbe8a70f0ee8a8a43d87aca9c3e28b89e036
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
POST /dsml HTTP/1.1
Host: Foo
Connection: Close
Content-Length: 505
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="ou=MyPeople2, ou=Groups, o=dsmlfe.com" newrdn="ou=People" newSuperior="o=dsmlfe.com" deleteoldrdn="false" />
  </batchRequest>
  </soap-env:Body>
  </soap-env:Envelope>