Sample Soap Request for Method: findHlaTyping()

Request: Find a recipient's HLA typing information, when none has been entered. Expect a shell record with patient info without any HLA typing info.

<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> <arg0>CTR056685</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> <ns2:findHlaTypingResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <nationalId>CTR056685</nationalId> <confirmHLATyping>false</confirmHLATyping> <hlaCompleteByOrgan> <complete>false</complete> <program> <id>2</id> <bizRef>DECEASED_WAITLIST</bizRef> </program> <evaluatedOn>2025-10-02T00:00:00-04:00</evaluatedOn> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> </hlaCompleteByOrgan> </return> </ns2:findHlaTypingResponse> </soapenv:Body> </soapenv:Envelope>