Sample Soap Request for Method: getDonorHealth( String nationalId )

Request: input INVALID - patientID is not for donor patient type: .

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ctr="http://ctr3ws.cbs.com/"> <soapenv:Header> <wsse:Security soapenv:mustUnderstand="0" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsse:UsernameToken wsu:Id="UsernameToken-3" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:Username>someCTRuser</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">anypw</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ctr:getDonorHealth> <arg0>CTR000002</arg0> </ctr:getDonorHealth> </soapenv:Body> </soapenv:Envelope>

Response: the donor's health records -> Error.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>Method: getDonorHealth; SoapLogID: 3565; Patient with ID [CTR000002] is not a [DeceasedDonor]. ErrorID: patient.error.patientType; Msg: Patient with ID [CTR000002] is not a [DeceasedDonor]. ; MsgHtml: Patient with ID [CTR000002] is not a [DeceasedDonor]. ; </faultstring> </soap:Fault> </soap:Body> </soap:Envelope>