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

Request: Get a recipient's incoming offers, when the recipient has no offers

<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>ws_sanity_sk</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">Password!22</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ctr:findRecipientOffers> <arg0>CTR052146</arg0> </ctr:findRecipientOffers> </soapenv:Body> </soapenv:Envelope>

Response: the recipient's list of "WSOfferCore" records.

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