UDF Update Taleo Data using the SOAP Web Services
Summary:
Dear Community,
I'd like to update the value of a custom UDF Selection List of a candidate using the POST/Update of the Candidate SOAP Service, but the value cannot be updated.
METHOD: POST
URL: https://taleo.net/enterprise/soap?ServiceName=CandidateService
BODY:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header xmlns:tn="http://www.taleo.com/ws/integration/tn/2005/07" xmlns:wsa="http://www.w3.org/2005/03/addressing">
<SOAP-ENV:Body>
<update xmlns="http://www.taleo.com/ws/art750/2006/12">
<Candidate>
<Number searchType="search" searchTarget="." searchValue="365532"/>
<UDFs>
<UDF name="SendToExternalSystem">YES</UDF>
</UDFs>
</Candidate>
</update>
</soapenv:Body>
</soapenv:Envelope>