Questions tagged [taleo]

A cloud-based service for managing employee recruitment. Developed by Oracle.

50 questions
11
votes
1 answer

How to get list of jobs in Taleo powered websites

I am working on a project to create a job search portal like www.jobseeker.com.au. If you search for 'woolworths' you get a list of jobs available in Woolworths. However, when you visit the link, it seems like every request is completed via hidden…
Amit Kumar
  • 168
  • 1
  • 7
5
votes
1 answer

Taleo Find Service - web service reference in the visual studio creates two-dimensional arrays

I added a web service reference in the visual studio to Taleo Find Service as per the instructions from Taleo Enterprise - Taleo Web Services - User Guide But the VS.NET creates two-dimensional arrays for some of the entities incorrectly. For ex:…
user1663715
  • 396
  • 1
  • 4
  • 19
3
votes
0 answers

How do I export multiple header rows in Taleo Connect Client?

I am using Taleo Connect Client to export a list of candidates from Taleo to a CSV file. I want to format my CSV file to start with three header rows: A description, variable name, and data…
Stevoisiak
  • 23,794
  • 27
  • 122
  • 225
3
votes
0 answers

The number of entities returned by this export request has exceeded the maximum allowed taleo

I am attempting to fetch data from Taleo Enterprise SOAP API
3
votes
2 answers

How to connect to the Taleo Enterprise Edition API in Visual Studio?

I am attempting to connect to the Taleo API from my solution in Visual Studio. The Enterprise API (not to be confused with the Taleo Business Edition API) is a SOAP-based Web Service with a number of WSDL endpoints. I can successfully query the API…
Derek Hunziker
  • 12,996
  • 4
  • 57
  • 105
2
votes
1 answer

How to show only highest education in OBIEE

Good evening everyone, I am using OBIEE and I am trying to extract a file containing some candidates' information to keep in our records, as my organization will need to delete most data soon. I have data related to recruiting that people put in…
Ad.dan29
  • 25
  • 5
2
votes
1 answer

PHP Taleo Library : Update a candidate resume

I am using following php library for to work with Taleo Taleo : http://www.oracle.com/us/products/applications/taleo/overview/index.html PHP library : https://github.com/Polzme/Taleo Taleo REST API documentation:…
bhushya
  • 1,317
  • 1
  • 19
  • 33
2
votes
1 answer

Getting SessionId of Taleo User

We are creating an application for TBE, which will bring all the requisitions and candidate from the Taleo Business Edition via Taleo Web API, so I have two questions. Is there necessary to send client's user credentials to obtain sessionId? …
Vardan Gupta
  • 3,505
  • 5
  • 31
  • 40
1
vote
1 answer

Taleo Integration(TCC) - Update Candidate Entity using Candidate service

I am trying to generate SQ-XML for updating a field in Candidate Entity. I am not sure how to write it. I know how to write a query for export option. I use below format for export, Can anyone share the sample of an update query?
najna
  • 11
  • 1
1
vote
1 answer

php NuSoap, giving exception of org.xml.sax.SAXException: Bad types (int -> long)

Greetings to every one. I am trying to integrate an application with Taleo through WSDL. all working good, but in one request we are getting this exception this is the submit request suppose to go
Bilal Ahmed
  • 182
  • 6
1
vote
1 answer

How can retrieve a specific valued of a UDF field in Candidate Entity

For istance, if I have a UDF field with name "test_name" in the Candidate UDF's, I would like to get the value of the UDF with the name "test_name"
1
vote
1 answer

Taleo Client Connect Complex Query

I'm building an export from requisitions from of Taleo using TCC (on windows); and want a boolean field to indicate if the job is an Evergreen one. Using the example in the TCC documentation guide i have been trying to find the right syntax for this…
u07ch
  • 13,324
  • 5
  • 42
  • 48
1
vote
1 answer

What is the result limit of Taleo GetAll api

Oracle Taleo documentation mentions that for search api, there is limit of 200 results applied by default and if results are more than 200, relationship url will be returned. I wanted to know if there is any such limit for GetAll api call of…
Rajjy
  • 176
  • 13
1
vote
1 answer

How to join Candidate with requisition in Taleo Connect Client?

I need to query submissions by Candidates to a Specific Requisition using Taleo Connect Client. I have the requisition id and candidate id. I wrote the simple requisition export as:
aniruddha
  • 689
  • 8
  • 29
1
vote
1 answer

how to get portal ids for taleo website like TUFTS university where portal id is hidden?use to generate RSS url

Sites with Taleo have a fixed pattern to access RSS. I have derived many RSS in this manner. Example is https://merck.taleo.net/careersection/feed/joblist.rss?lang=en&portal=4540130092&searchtype=2&jobfield=2140130092&locale=en I use these RSS feeds…
1
2 3 4