Sample Soap Request for Method: List listDonor( DonorSearchCriteria criteria )

Request: Get a list of DWL donors when the user has no permissions to any donors.

<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>QT_JP</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:listDonor> <arg0> <caseStatuses> <bizRef>OPEN</bizRef> </caseStatuses> <ageFrom>10</ageFrom> <ageTo>25</ageTo> </arg0> </ctr:listDonor> </soapenv:Body> </soapenv:Envelope>

Response: The donor list -> EMPTY list.

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