Sample Soap Request for Method: runHsHeartMatch( String nationalId )

Request: Run an IPOS-Heart allocation for a donor with incomplete health data.

<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:runHSPMatchOnDonor> <arg0>CTD000042</arg0> </ctr:runHSPMatchOnDonor> </soapenv:Body> </soapenv:Envelope>

Response: Error.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>Method: runHSPMatchOnDonor; SoapLogID: 2393; ABOHeight (cm)Weight (kg) ErrorID: patient_health.ltabo; Msg: ABO; MsgHtml: ABO; ErrorID: patient_health.height; Msg: Height (cm); MsgHtml: Height (cm); ErrorID: patient_health.weight; Msg: Weight (kg); MsgHtml: Weight (kg);</faultstring> </soap:Fault> </soap:Body> </soap:Envelope>