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

andrug
21.14.2008 0ad14eae2bcd6e05c644f7bd70c03bc9cf43a0e8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
POST http://franang:8080/?justforfun HTTP/1.1
Host: toto
Connection: close
Content-length: 397
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'>
         </batchRequest>
      </soap-env:Body>
   </soap-env:Envelope>