Sample Soap Request for Method: updateNotTransplanted( WsNotTransplantInfo wsNotTransplantInfo )

Request: Invalid- attempt to reverse an offer "CANCELLED_ACCEPTANCE" 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>someCTRuser</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">anypw</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ctr:updateOfferState> <arg0>170</arg0> <arg1> <id>3</id> <bizRef>ACCEPTED</bizRef> </arg1> <arg5>false</arg5> </ctr:updateOfferState> </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: updateOfferState; SoapLogID: 9880; Cannot update Offer state to Accepted Offer action [Accept] could not be executed : [Cannot update Offer state to Accepted ]. ErrorID: offerdwl.error.cannot.update.state; Msg: Cannot update Offer state to Accepted ; MsgHtml: Cannot update Offer state to Accepted ; ErrorID: offer.error.InvalidOfferAciton; Msg: Offer action [Accept] could not be executed : [Cannot update Offer state to Accepted ].; MsgHtml: Offer action [Accept] could not be executed : [Cannot update Offer state to Accepted ].; </faultstring> </soap:Fault> </soap:Body> </soap:Envelope>