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

Request: Get all donor and recipient shared offer attachments, filtering for PATIENT_HLA attachment section.

<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">aPassword</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ctr:findOfferAttachments> <arg0>31270</arg0> <arg1> <bizRef>PATIENT_HLA</bizRef> </arg1> </ctr:findOfferAttachments> </soapenv:Body> </soapenv:Envelope>

Response: the "findOfferAttachments" results.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:findOfferAttachmentsResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <attachmentID>72188</attachmentID> <nationalID>CTD043696</nationalID> <attachmentSection> <id>5</id> <bizRef>PATIENT_HLA</bizRef> </attachmentSection> <description>Donor attach #1 sbys = T: section = HLA</description> <sideBysideFlag>true</sideBysideFlag> <ownerID>201071</ownerID> <fileName>overview-summary.html</fileName> <uploadedBy>ws_bc WsBC</uploadedBy> <uploadedDate>2023-02-28T15:45:13-05:00</uploadedDate> </return> <return> <attachmentID>72196</attachmentID> <nationalID>CTR043690</nationalID> <attachmentSection> <id>5</id> <bizRef>PATIENT_HLA</bizRef> </attachmentSection> <description>Recipient attachment #1, sbys = T. Section = HLA</description> <sideBysideFlag>true</sideBysideFlag> <ownerID>201065</ownerID> <fileName>allclasses-frame.html</fileName> <uploadedBy>ws_qc WS_QC</uploadedBy> <uploadedDate>2023-02-28T21:41:19-05:00</uploadedDate> </return> </ns2:findOfferAttachmentsResponse> </soap:Body> </soap:Envelope>