Sample Soap Request for Method: countWaitlistRecipients( String nationalId )

Request: Get the count of the DWL waitlist organ requests that match the search criteria : age from 1 to 24 and DWL-eligible.

<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:countWaitlistRecipients> <arg0> <ageFrom>1</ageFrom> <ageTo>24</ageTo> <dwlEligible>true</dwlEligible> </arg0> </ctr:countWaitlistRecipients> </soapenv:Body> </soapenv:Envelope>

Response: The count of the DWL waitlist organ requests that match the search criteria.

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