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

madiot
19.59.2008 f1525316829c9189821c8c88cebfe4e688912e4f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
POST /dsml HTTP/1.1
Host: Foo
Connection: Close
Content-Length: 306
SOAPAction: batchRequest
 
<?xml version='1.0' encoding='UTF-8'?>
<Envelope
   xmlns:xsd='http://www.w3.org/2001/XMLSchema'
   xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
   >
<Body>
<batchRequest
   xmlns="urn:oasis:names:tc:DSML:2:0:core"
   requestID="SOAP namespace is missing"
   >
</batchRequest>
</Body>
</Envelope>