Sample Soap Request for Method: getOfferDonorInfoV2( Long offerId, String nationalDonorId, String dateOfBirth )

Request: get a donor's "WsDonorSideInfo" shared information: arg0(offerId) is null, arg1(nationalDonorId) is valid arg2(dateOfBirth) is valid.
note: DWL donor[CTD056586] has NOT made any offers, the response is empty.

<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>aUser</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText"> aPassword </wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ctr:getOfferDonorInfoV2> <arg0 xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <arg1>CTD056586</arg1> <arg2>2023-02-06</arg2> </ctr:getOfferDonorInfoV2> </soapenv:Body> </soapenv:Envelope>

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

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:getOfferDonorInfoV2Response xmlns:ns2="http://ctr3ws.cbs.com/"> <return/> </ns2:getOfferDonorInfoV2Response> </soap:Body> </soap:Envelope>