Sample Soap Request for Method: updateDonorSerology( WsSerologyResult inputSerology )

Request: Invalid -input an empty serology test result list.

<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:updateDonorSerology> <arg0> <id>0</id> <nationalId>CTD000003</nationalId> <testDefinitionName>donorSerology</testDefinitionName> <testDefinitionId>1</testDefinitionId> <collectionDate>2020-12-07T00:09:00-04:00</collectionDate> <serologyType>DILUTED</serologyType> <serologySource>DONOR</serologySource> </arg0> </ctr:updateDonorSerology> </soapenv:Body> </soapenv:Envelope>

Response: The update serology resonse -> Error.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>Method: updateDonorSerology; SoapLogID: 3604; There must be at least 1 Patient Serology Tests. ErrorID: validation.set.size; Msg: There must be at least 1 Patient Serology Tests.; MsgHtml: There must be at least 1 Patient Serology Tests.;</faultstring> </soap:Fault> </soap:Body> </soap:Envelope>