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

Christophe Sovant
17.05.2008 2f2b85856e60cc6706b066a426148b58f378ce95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
HTTP/1.1 200 OK
CONTENT-TYPE: text/xml
CONNECTION: close
SERVER: Sun Java System Application Server 9.1
X-POWERED-BY: Servlet/2.5
DATE: Mon, 17 Dec 2007 15:24:34 GMT
 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<batchResponse xmlns="urn:oasis:names:tc:DSML:2:0:core">
<modDNResponse>
<resultCode code="32"/>
<errorMessage>
The modify DN operation for entry ou=MyPeople2,ou=Groups,o=dsmlfe.com cannot be performed because that entry does not exist in the server</errorMessage>
</modDNResponse>
</batchResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>