Sample Soap Request for Method: findAllRecipientHlaSerumTestResults()

Request: List a patient's HLA serum test results- Missing mandatory input field 'nationalID'.

<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>anyuser</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:findAllRecipientHlaSerumTestResults> <!-- Missing mandatory input field 'nationalID' --> <arg0/> </ctr:findAllRecipientHlaSerumTestResults> </soapenv:Body> </soapenv:Envelope>

Response: the CTR recipient HLA serum records

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server</faultcode> <faultstring>Method: findAllRecipientHlaSerumTestResults; SoapLogID: 2225493; 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> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>