Cant retrieve search results |
![]() ![]() |
Cant retrieve search results |
| ebtrezan |
Jul 15 2009, 07:39 AM
Post
#1
|
|
Group: Members Posts: 1 |
Hi, I'm able to successfully login and create a search, but when I try to retrieve the results, I get "Requested Resume Filter not found".
I'm running this search: CODE and I get this response: CODE So I issue a request for the results: CODE And get the response: CODE Any idea why the Requested Resume Filter is not found? Thanks in advance, Beau |
|
|
|
| Amit |
Jul 18 2009, 05:08 AM
Post
#2
|
|
Group: Yahoos Posts: 11 |
Hi Beau,
A Resume Filter (the search you have created) is valid only for that particular session, and does not live across sessions. You should call the search results in the same session in which you have created the search. You have created the search in one session, requested for the authentication token (which creates a new session) and then called for search results. The Authentication web service should be called only once in the beginning and the same token should be used for other web services. The token expires after 8 hours, post which you need to start a new session. Thanks -- Amit Rawat |
|
|
|
![]() ![]() |