web services - Taleo API to create a candidate and have that candidate apply on a specific requisition? -


i'm using webservice of taleo (integrationmanagementservice) create candidates,create requisitions , link candidate 1 requisition according document(https://docs.oracle.com/cloud/latest/talentcs_gs/otwsu/_web_services_getting_started.htm#otwsuid20110915145246868).

the error happened in progress of having 1 candidate apply on specific requisition.

<candidate> <emailaddress>jsmith@acme.com</emailaddress> <firstname>john</firstname> <lastname>smith</lastname> <applications>     <preselectionapplication>         <requisition>             <requisition>                 <contestnumber searchtype="search" searchvalue="req001"/>             </requisition>         </requisition>     </preselectionapplication> </applications> </candidate> 

preselectionapplication not valid model entity.so change applicaiton.however ,another problem occured.

access denied (com.taleo.akira.service.security.servicemethodpermission com.taleo.functionalcomponent.recruiting.service.application.applicationservice selectbestlocale(com.taleo.functionalcomponent.recruiting.entity.requisition.requisition,com.taleo.functionalcomponent.talent.entity.candidate.csuser)) 

the version "http://www.taleo.com/ws/tee800/2009/01/import"

does have problem? if way incorrect,how have candidate apply on requisition? appreciate help.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -