<?xml version="1.0" encoding="UTF-8"?>
<!-- An oversimplified SOAP request from a sponsor to a CRO to receive a CDISC ODM file -->
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<m:getODM xmlns:m="Some-CRO-URI">
<Applicant>Some-Pharma-company</Applicant>
<RequestID>557010</RequestID>
<RequestDateTime>2003-03-19 10:09:56</RequestDateTime>
<RequestType>FullODM</RequestType>
</m:getODM>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
