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

Get all recipient's offers. Error: invalid offer state

<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>CTR052133</arg0> <arg1> <bizRef>NOT_ACCEPTED</bizRef> </arg1> </ctr:findRecipientOffers> </soapenv:Body> </soapenv:Envelope>

Response: The RecipientOffers list -> Error

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server</faultcode> <faultstring>Method: findRecipientOffers; SoapLogID: 1904905; OFFER_STATE_DWL (bizref = NOT_ACCEPTED) is not valid Offer state [OFFER_STATE_DWL (bizref = NOT_ACCEPTED) is not valid OfferState[ id[NULL], bizRef[NOT_ACCEPTED]].] is not valid.Error: OFFER_STATE_DWL (bizref = NOT_ACCEPTED) is not valid Offer state [OFFER_STATE_DWL (bizref = NOT_ACCEPTED) is not valid OfferState[ id[NULL], bizRef[NOT_ACCEPTED]].] is not valid.. ErrorID: data.error.ctr1WSlookupBizRefInvalid; Msg: OFFER_STATE_DWL (bizref = NOT_ACCEPTED) is not valid ; MsgHtml: OFFER_STATE_DWL (bizref = NOT_ACCEPTED) is not valid ; ErrorID: offer.error.InvalidOfferState; Msg: Offer state [OFFER_STATE_DWL (bizref = NOT_ACCEPTED) is not valid OfferState[ id[NULL], bizRef[NOT_ACCEPTED]].] is not valid.; MsgHtml: Offer state [OFFER_STATE_DWL (bizref = NOT_ACCEPTED) is not valid OfferState[ id[NULL], bizRef[NOT_ACCEPTED]].] is not valid.; ErrorID: error.common; Msg: Error: OFFER_STATE_DWL (bizref = NOT_ACCEPTED) is not valid Offer state [OFFER_STATE_DWL (bizref = NOT_ACCEPTED) is not valid OfferState[ id[NULL], bizRef[NOT_ACCEPTED]].] is not valid.. ; MsgHtml: Error: OFFER_STATE_DWL (bizref = NOT_ACCEPTED) is not valid Offer state [OFFER_STATE_DWL (bizref = NOT_ACCEPTED) is not valid OfferState[ id[NULL], bizRef[NOT_ACCEPTED]].] is not valid.. ;</faultstring> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>