Sample Soap Request for Method: updateDonorSerology( WsSerologyResult inputSerology )

Request: Add a donor's serology sample test results.

<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/> <nationalId>CTD000041</nationalId> <testDefinitionName>donorSerology</testDefinitionName> <testDefinitionId>1</testDefinitionId> <collectionDate>2020-12-01T12:15:00-04:00</collectionDate> <serologyType>DILUTED</serologyType> <serologySource>DONOR</serologySource> <comment>#2: Another serology comment.</comment> <testElementResults> <id>0</id> <testElementDefinitionName>hepbcoreab</testElementDefinitionName> <testValue>PENDING</testValue> </testElementResults> <testElementResults> <id>0</id> <testElementDefinitionName>hebcab</testElementDefinitionName> <testValue>INDETERMINATE</testValue> </testElementResults> </arg0> </ctr:updateDonorSerology> </soapenv:Body> </soapenv:Envelope>

Response: The new serology sample test results.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:updateDonorSerologyResponse xmlns:ns2="http://ctr3ws.cbs.com/"> <return> <id>84</id> <nationalId>CTD000041</nationalId> <testDefinitionName>donorSerology</testDefinitionName> <testDefinitionId>1</testDefinitionId> <collectionDate>2020-12-01T11:15:00-05:00</collectionDate> <serologyType>DILUTED</serologyType> <serologySource>DONOR</serologySource> <comment>#2: Another serology comment.</comment> <testElementResults> <id>84</id> <testElementDefinitionName>hepbcoreab</testElementDefinitionName> <testValue>PENDING</testValue> </testElementResults> <testElementResults> <id>85</id> <testElementDefinitionName>hebcab</testElementDefinitionName> <testValue>INDETERMINATE</testValue> </testElementResults> </return> </ns2:updateDonorSerologyResponse> </soap:Body> </soap:Envelope>