Sample Soap Request for Method: updateOrganRequestParticipation()

Request: Invalid - Update an organ request program exclusion when the input (arg1) is Not valid.
note: nationalRecipientId (arg0) is valid, organRequestId (arg1) is Not a valid numeric value (see input example: '999abc') , 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>WS_QC</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">Anypw123!</wsse:Password> </wsse:UsernameToken> </wsse:Security> </soapenv:Header> <soapenv:Body> <ctr:updateOrganRequestParticipation> <arg0>CTR045243</arg0> <arg1>999abc</arg1> <arg2>true</arg2> </ctr:updateOrganRequestParticipation> </soapenv:Body> </soapenv:Envelope>

Response: Error expected.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server</faultcode> <faultstring>Method: updateOrganRequestParticipation; SoapLogID: 1357305; Input argument [organRequestId] is NULL. ErrorID: data.error.null.argument; Msg: Input argument [organRequestId] is NULL.; MsgHtml: Input argument [organRequestId] is NULL.;</faultstring> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>