You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started with Redwood for Oracle Cloud HCM   Begin Now

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>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!