Sample Soap Request for Method: getOfferDonorInfoV2( Long offerId, String nationalDonorId, String dateOfBirth )

Request: Inputs arg0(offerId) is valid, arg1(nationalDonorId) is not valid ( white spaces), arg2(dateOfBirth) is null
note: arg1(nationalDonorId) is not valid <arg0> </arg0>

<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_ON</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:getOfferDonorInfoV2> <arg0>37137</arg0> <arg1> </arg1> </ctr:getOfferDonorInfoV2> </soapenv:Body> </soapenv:Envelope>

Response: The getOfferDonorInfoV2 -> Error.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>Method: getOfferDonorInfoV2; SoapLogID: 2224988; National patient ID data field is Empty ErrorID: data.error.emptyNationalID; Msg: National patient ID data field is Empty; MsgHtml: National patient ID data field is Empty;</faultstring> </soap:Fault> </soap:Body> </soap:Envelope>