REQUEST:
<?xml version='1.0' encoding='UTF-8'?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:deletePatient xmlns:ns2="http://memdoc.webservices.yosemite.www.memdoc.org/">
<ns2:serverSessionId>1686977327</ns2:serverSessionId>
<ns2:patientId>298</ns2:patientId>
</ns2:deletePatient>
</S:Body>
</S:Envelope>
RESPONSE:
<?xml version='1.0' encoding='UTF-8'?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:deletePatientResponse xmlns:ns2="http://memdoc.webservices.yosemite.www.memdoc.org/">
<ns2:success>true</ns2:success>
<ns2:responseSignature>
<ns2:message>{ "operation": "deletePatient", "patientId": "298","success": "OK"}</ns2:message>
<ns2:signature>DUMY_SIGNATURE_VALUE</ns2:signature>
</ns2:responseSignature>
</ns2:deletePatientResponse>
</S:Body>
</S:Envelope>