Sample Soap Request for Method: updateOrganRequestParticipation()

Request: Invalid - Update an organ request program exclusion when the organ request is OFF_LIST
note: nationalRecipientId (arg0) is vaLid, organRequestId (arg1) is valid but organ request status is OFF List, preventProgramParticipation (arg3) is valid.

<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:updateOrganRequestParticipation> <arg0>CTR043569</arg0> <arg1>150901</arg1> <arg2>true</arg2> </ctr:updateOrganRequestParticipation> </soapenv:Body> </soapenv:Envelope>

Response: Error expected.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>Method: updateOrganRequestParticipation; SoapLogID: 1296754; Organ request state OffList is not valid for organ request with ID 43569. ErrorID: data.error.organRequest.invalidState; Msg: Organ request state OffList is not valid for organ request with ID 43569.; MsgHtml: Organ request state OffList is not valid for organ request with ID 43569.; </faultstring> </soap:Fault> </soap:Body> </soap:Envelope>