Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Created May 4, 2017 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/068bca3e18e7b976f4d200b7ae725fc0 to your computer and use it in GitHub Desktop.
Save anonymous/068bca3e18e7b976f4d200b7ae725fc0 to your computer and use it in GitHub Desktop.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<importDataResponse xmlns="http://openclinica.org/ws/data/v1">
<result>Fail</result>
<error>No Event CRFs matching the XML metadata were found. Please schedule an Event CRF and try again.</error>
</importDataResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://openclinica.org/ws/data/v1">
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-27777511" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:Username>xxx</wsse:Username>
<wsse:Password>xxx</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<v1:importRequest>
<ODM>
<ClinicalData StudyOID="S_PROSPER2" MetaDataVersionOID="v1.3.0">
<SubjectData SubjectKey="SS_UU001">
<StudyEventData StudyEventOID="SE_RAND" StudyEventRepeatKey="1">
<FormData FormOID="F_RANDQ">
<ItemGroupData ItemGroupOID="IG_RANDQ_UNGROUPED" ItemGroupRepeatKey="No" TransactionType="Insert">
<ItemData ItemOID="I_RANDQ_RAND01" Value="1"/>
<ItemData ItemOID="I_RANDQ_RAND02" Value="1"/>
<ItemData ItemOID="I_RANDQ_RAND03" Value="1"/>
<ItemData ItemOID="I_RANDQ_RAND04" Value="1"/>
</ItemGroupData>
</FormData>
</StudyEventData>
</SubjectData>
</ClinicalData>
</ODM>
</v1:importRequest>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment