The SOAP Body contains the document payload

This payload exists in two forms


SOAP :: Document Literal
<?xml version="1.0"?>
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
 <Header>
 </Header>
 <Body>
  <purge xmlns="http://www.edwardbear.org/distrib">
   <documentid>12884</documentid>
  </purge>
 </Body>
</Envelope>