Sample Soap Request for Method: previewHSPMatchForDonor( String nationalId )

Request: Run a preview IPOS-Kidney allocation , donor has NO resuls.

<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:previewHSPMatchForDonor> <arg0>CTD000001</arg0> </ctr:previewHSPMatchForDonor> </soapenv:Body> </soapenv:Envelope>

Response: the IPOS-Kidney allocation results , No results.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:previewHSPMatchForDonorResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <isPreviewIdentical>false</isPreviewIdentical> <nationalDonorId>CTD000001</nationalDonorId> <previewMatchRunDate>2020-11-16T12:14:48-05:00</previewMatchRunDate> <comment>Match preview found [ 0 ] recipients for IPOS Kidney Allocation.</comment> </return> </ns2:previewHSPMatchForDonorResponse> </soap:Body> </soap:Envelope>