Previous Topic

Next Topic

Book Contents

Sample web service request and response

Sample Request

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:test="http://test.odmextract.informpublisher.hsgbu.oracle.com/" xmlns:s="s" xmlns:u="u">

<soap:Body>

<test:receiveODMData>

<arg0><![CDATA[<ResponseODM xmlns:pf="http://www.phaseforward.com/InFormAdapter/ODM/Extensions/3.0" xmlns="http://www.phaseforward.com/InFormAdapter/ODM/3.0">

<ODM Description="combo" FileType="Snapshot" CreationDateTime="2013-09-16T18:37:54.0535222Z" ODMVersion="1.3.1" Originator="Oracle HSGBU" SourceSystem="InForm" SourceSystemVersion="6.0" pf:MappingVersion="V3" pf:HierarchicalOIDs="Yes" pf:Generator="InFormPublisher v2.0.50727" xmlns="http://www.cdisc.org/ns/odm/v1.3">

<ClinicalData StudyOID="StudyDesign" MetaDataVersionOID="Study Design 0.0.4">

<SubjectData SubjectKey="17647" pf:GUID="{4ABEE1F2-839F-44CC-B5FD-81720BEE5A9A}">

<SiteRef LocationOID="01" />

<pf:SubjectStatus State="Enrolled" />

</SubjectData>

<pf:CustomEvent Name="TC100000027e" Destination="Service_1" StudyVersion="Study Design 0.0.4" EventID="1" EventRev="1" />

</ClinicalData>

</ODM>

<Status>OK</Status>

</ResponseODM>]]></arg0>

</test:receiveODMData>

</soap:Body>

</soap:Envelope>

Sample Response

<S:Envelope xmlns:S="http://www.w3.org/2003/05/soap-envelope">

<S:Header>

<To xmlns="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing/anonymous</To>

<Action xmlns="http://www.w3.org/2005/08/addressing">http://test.odmextract.informpublisher.hsgbu.oracle.com/ODMProcessor/receiveODMDataResponse</Action>

<MessageID xmlns="http://www.w3.org/2005/08/addressing">uuid:bfba08fd-ed9a-4649-aa68-cddc94ed43a3</MessageID>

<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:621b1526-a917-4a8f-b27c-9d979683852c</RelatesTo>

</S:Header>

<S:Body>

<ns2:receiveODMDataResponse xmlns:ns2="http://test.odmextract.informpublisher.hsgbu.oracle.com/">

<return>SUCCESS</return>

</ns2:receiveODMDataResponse>

</S:Body>

</S:Envelope>

Send Feedback