Sample soap requests for method getOfferDonorInfo():
- Request: get a donor's "WsDonorSideInfo" shared information: arg0(offerId) is valid, arg1(nationalDonorId) is valid.
note: DWL donor[CTD043643] has made 2 offers, but since arg0(offerId) is not NULL, only 1 offer(31198) is returned in the response: getOfferDonorInfo_1.html
- Request: get a donor's "WsDonorSideInfo" shared information: arg0(offerId) is valid, arg1(nationalDonorId) is NULL.
note: DWL donor[CTD043643] has made 2 offers, but since arg0(offerId) is not NULL, only 1 offer(31198) is returned in the response: getOfferDonorInfo_2.html
- Request: Donor ODO user: get a donor's "WsDonorSideInfo" shared information: arg0(offerId) is NULL, arg1(nationalDonorId) is valid.
note 1: the CTR user making the request is the donor's ODO Ws user and has permissions(R/W) to the donor: getOfferDonorInfo_3.html
- Request: Recipient ODO user: get a donor's "WsDonorSideInfo" shared information: arg0(offerId) is NULL, arg1(nationalDonorId) is valid.
note 1: the CTR user making the request is the recipient's ODO Ws user and does NOT have permissions(R/W) to the donor.: getOfferDonorInfo_4.html
- Request: Recipient ODO user: get a donor's "WsDonorSideInfo" shared information: arg0(offerId) is NULL, arg1(nationalDonorId) is valid.
note 1: the CTR user making the request is the recipient's ODO Ws user and does NOT have permissions(R/W) to the donor.: getOfferDonorInfo_5.html
- Request: get a donor's "WsDonorSideInfo" shared information: Only arg1(nationalDonorId) is input and valid, arg0=null.
note: Donor has no offers, the response will be empty: getOfferDonorInfo_6.html