Sample Soap Request for Method: updateHlaTyping()

Request: Update a recipient's the existing HLA typing information: input DRB3 and DRB5 values that contradict 'drb345TestedNotPresent = TRUE'.

<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:updateHlaTyping> <arg0> <nationalId>${#TestSuite#recipientId}</nationalId> <confirmHLATyping>true</confirmHLATyping> <!--Error: field: drb345TestedNotPresent Tested flag contradicts input DRB3/4/5 fields--> <drb345TestedNotPresent>true</drb345TestedNotPresent> <bw4>NEGATIVE</bw4> <bw6>POSITIVE</bw6> <listMoleculars> <molecularType>DRB1_2</molecularType> <molecular>01:01</molecular> </listMoleculars> <!--DRB3 and DRB5 valuues--> <listMoleculars> <molecularType>DRB3_1</molecularType> <molecular>01:01:02:01</molecular> </listMoleculars> <listMoleculars> <molecularType>DRB5_1</molecularType> <molecular>01:01P</molecular> </listMoleculars> <dr51>false</dr51> <dr52>false</dr52> <dr53>false</dr53> </arg0> </ctr:updateHlaTyping> </soapenv:Body> </soapenv:Envelope>

Response: the recipient's HLA typing record.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server</faultcode> <faultstring>Method: updateHlaTyping; SoapLogID: 2225470; DDRB3/4/5 flag [TRUE] contradicts input HLA_Typing values. ErrorID: hlaTyping.error.invlaidDRB345_NotPresent; Msg: DDRB3/4/5 flag [TRUE] contradicts input HLA_Typing values.; MsgHtml: DDRB3/4/5 flag [TRUE] contradicts input HLA_Typing values.;</faultstring> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>