Sample Soap Request for Method: findRecipientOffers( String nationalRecipientId, List offerStates )

Request: Find a recipient's transplant recordsd

<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:findRecipientTransplants> <arg0>CTR000017</arg0> </ctr:findRecipientTransplants> </soapenv:Body> </soapenv:Envelope>

Response: the donor's "WsDonorSideInfo" shared information.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:findRecipientTransplantsResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <recipientTransplantRecordID>41</recipientTransplantRecordID> <nationalRecipientId>CTR000017</nationalRecipientId> <organRequest> <id>65</id> <nationalRecipientId>CTR000017</nationalRecipientId> <organRequired> <id>5</id> <bizRef>KIDNEY</bizRef> </organRequired> <organTypeRequired> <id>9</id> <bizRef>L</bizRef> </organTypeRequired> <organMedicalStatus> <id>28</id> <bizRef>KIDNEY_2MU</bizRef> </organMedicalStatus> <status> <id>5</id> <bizRef>TRANSPLANTED</bizRef> </status> <stateReason> <id>24</id> <bizRef>TRANSPLANTED_IN_CTR</bizRef> </stateReason> <statusChangeDateTime>2021-01-27T19:56:51-05:00</statusChangeDateTime> <listDateTime>2020-08-31T15:23:00-04:00</listDateTime> <dwlEligible>false</dwlEligible> <acceptanceCriteria> <id>65</id> <acceptDCD>true</acceptDCD> <acceptHepBCoreAB>false</acceptHepBCoreAB> <acceptHepC>false</acceptHepC> <acceptIncompatibleBloodGroups>false</acceptIncompatibleBloodGroups> <crossMatchRequired>false</crossMatchRequired> <localDonorOnly>false</localDonorOnly> <organRequestId>65</organRequestId> <recipientID>17</recipientID> </acceptanceCriteria> </organRequest> <donorOrganType> <id>7</id> <bizRef>RIGHT_KIDNEY</bizRef> </donorOrganType> <offer> <id>182</id> <donorOrgan> <organ> <id>5</id> <bizRef>KIDNEY</bizRef> </organ> <organType> <id>7</id> <bizRef>RIGHT_KIDNEY</bizRef> </organType> <nationalDonorId>CTD000613</nationalDonorId> </donorOrgan> <nationalRecipientId>CTR000017</nationalRecipientId> <organRequestId>65</organRequestId> <offerState> <id>3</id> <bizRef>ACCEPTED</bizRef> </offerState> <recipientOdoDonorID>zx123</recipientOdoDonorID> <donorOrganTransplantState> <id>5</id> <bizRef>TRANSPLANTED</bizRef> </donorOrganTransplantState> </offer> <Enbloc>false</Enbloc> <intendedRecipient>true</intendedRecipient> <transplantCenterId>29</transplantCenterId> <transplantDate>2021-01-27T03:30:00-05:00</transplantDate> </return> </ns2:findRecipientTransplantsResponse> </soap:Body> </soap:Envelope>