Sample Soap Request for Method: findHlaTyping()

Request:Find a recipient's HLA typing information, when the recipient ID is not valid.

<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>anyuser</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:findHlaTyping> <!-- note: Recipient with ID: CTR999999, does not exist in CTR registry --> <arg0>CTR999999</arg0> </ctr:findHlaTyping> </soapenv:Body> </soapenv:Envelope>

Response: the CTR recipient HLA typing record

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server</faultcode> <faultstring>Method: findHlaTyping; SoapLogID: 2225416; Patient with national ID CTR999999 does not exist in the registry ErrorID: data.error.patientnotexist; Msg: Patient with national ID CTR999999 does not exist in the registry; MsgHtml: Patient with national ID CTR999999 does not exist in the registry;</faultstring> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>