Sample Soap Request for Method: findOfferAttachments (Long offerId, List attachmentLocations)

Request: Get shared offer attachments when the input argument arg1 (attachmentLocations.bizRef) value [XYZ123] is not a valid LT_USER_COMMENT_SECTION lookup value.

<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>aUser</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">anyPassword</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ctr:findOfferAttachments> <arg0>37243</arg0> <arg1> <bizRef>XYZ123</bizRef> </arg1> </ctr:findOfferAttachments> </soapenv:Body> </soapenv:Envelope>

Response: the "findOfferAttachments" results -- ERROR

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server</faultcode> <faultstring>Method: findOfferAttachments; SoapLogID: 2229477; Attachment error [Method: try_ctr1ToCtr2_OtdLookupByWSLookup(), ctr1WSlookupBizRefInvalid[{XYZ123}] is Not valid.] Attachment error [[ errkey: attachment.error [ errmsg: Method: try_ctr1ToCtr2_OtdLookupByWSLookup(), ctr1WSlookupBizRefInvalid[{XYZ123}] is Not valid. ] ]] ErrorID: attachment.error; Msg: Attachment error [Method: try_ctr1ToCtr2_OtdLookupByWSLookup(), ctr1WSlookupBizRefInvalid[{XYZ123}] is Not valid.] ; MsgHtml: Attachment error [Method: try_ctr1ToCtr2_OtdLookupByWSLookup(), ctr1WSlookupBizRefInvalid[{XYZ123}] is Not valid.] ; ErrorID: attachment.error; Msg: Attachment error [[ errkey: attachment.error [ errmsg: Method: try_ctr1ToCtr2_OtdLookupByWSLookup(), ctr1WSlookupBizRefInvalid[{XYZ123}] is Not valid. ] ]] ; MsgHtml: Attachment error [[ errkey: attachment.error [ errmsg: Method: try_ctr1ToCtr2_OtdLookupByWSLookup(), ctr1WSlookupBizRefInvalid[{XYZ123}] is Not valid. ] ]] ;</faultstring> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>