Welcome to the eConn Resume Parser
eConn Resume Parser is a resume parsing product developed to assist corporate and non-corporate recruiters in their candidates search. |
| RESUME PARSER WEB API Documentation |
|
| |
| Sr. No |
SOAP XML NODE |
Constrain Type |
Value Info |
Values |
| 1 |
URL |
string |
URL along with filename |
Required |
| 2 |
KEY |
string |
Valid key |
Required |
| 3 |
Version |
string |
2.9 |
Required |
|
| |
| NOTE: Please read the document thoroughly. |
| |
| Description: The Transaction Detail API is a RESUME PARSER WEB API which used to get the detail of the resume in the xml format .For this the user pass the
"URL" along with filename like exp.(http://www.xyz.com/resume.doc) , the authorized key name and Version 2.9 and get xmloutput. |
| |
| Soap Request to send: |
|
| <?xml version="1.0" encoding="utf-8"?> |
| <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
| xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> |
| <soap:Body> |
| <ParseResume xmlns="http://tempuri.org/"> |
| <url>Public URL where resume file (DOC/DOCX/HTM/HTML/TXT/RTF
Format is uploaded. </url> |
| <key>Valid Key sent to you via email After registration.</key> |
| <version> 2.9 </version> |
| </ParseResume> |
| </soap:Body> |
| </soap:Body> |
| </soap:Envelope> |
|
| For USA and Canada Base Resume: |
| http://resumeparserws.e1source.com/EconnUsa.asmx?op=ParseResume |
| |
| For Indian based Resume: |
| http://inwsresumeparser.e1source.com/EconnIndia.asmx?op=ParseResume |
| |
| For France based resume: |
| http://francewsresumeparser.e1source.com/EconnFrance.asmx?op=ParseResume |
| |
| For Netherlands based resume.: |
| http://netherlandswsresumeparser.e1source.com/EconnNL.asmx?op=ParseResume |
| |
| For U.K. Based resume: |
| http://ukwsresumeparser.e1source.com/EconnUK.asmx |
| |
| For Australia based resume: |
| http://austrailiawsresumeparser.e1source.com/eConnAustralia.asmx?op=parseResume |
| |
| For Singapore based resume: |
| http://singaporewsresumeparser.e1source.com/econnSingapore.asmx?op=parseResume |
| |
| The Soap response Get Back |
|
| <?xml version="1.0" encoding="utf-8"?> |
| <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
| xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> |
| <soap:Body> |
| <USAResumeResponse xmlns="http://tempuri.org/"> |
| <USAResumeResult> |
| <string> |
| <ResumeParserData> |
| <FirstName>Candidate First Name</FirstName> |
| <LastName> Candidate Last Name </LastName> |
| <Middle Name> Candidate Middle Name </Middle Name> |
| <FatherName> Candidate Father’s Name </FatherName> |
| <Gender> Candidate Gender </Gender> |
| <Nationality> Candidate Nationality </Nationality> |
| <MaritalStatus> Candidate Marital Status </MaritalStatus> |
| <PassportNo> Candidate Passport No </PassportNo> |
| <DateOfBirth> Candidate Date Of Birth </DateOfBirth> |
| <Email> Candidate email ID </Email> |
| <Phone>Candidate Phone Number</Phone> |
| <Address>Candidate Address </Address> |
| <City>Candidate City</City> |
| <State> Candidate State</State> |
| <ZipCode>Candidate Zip code</ZipCode> |
| <Category>Resume Type </Category> |
| <Qualification >Qualification </Qualification > |
| <Skills>Skills</Skills> |
| <Experience>Experience</Experience> |
| <JobProfile>Candidate JobProfile</JobProfile> |
| <CurrentSalary>Candidate Current Salary</CurrentSalary> |
| <Expected Salary>Candidate Expected Salary</Expected Salary> |
| <DetailResume>Complete resume in text format. </DetailResume> |
| </ResumeParserData> |
| </string> |
| </USAResumeResult> |
| </USAResumeResponse> |
| </soap:Body> |
| </soap:Envelope> |
|
| |
| To use Resume Parser API, Following are the essential info to be needed- |
| |
| 1. Use your own API credentials. |
| 2. Make sure all the nodes must be filled in. The above table structure defines the required parameters whose values must not be empty and rest of the parameters may have their values empty accordingly. |
| 3. Use the above mentioned SOAP string in your application for processing. The URL where this SOAP string to be posted is: |
| |
| Following messages will appear due to error or wrong information: |
| |
| 1. File Not Load: This message comes from API when user has not entered the correct URL, or if the file is not in the format of DOC, DOCX, TXT, HTML, RTF. |
| 2. Your resume parsing usage reached maximum limit of free parsing. (as in trial version you can parse only 25 resume). To continue parsing please contact to buy. |
| 3. Key Not valid: This type of error comes when the key is not authorized. |
| 4. Date Expire: This type of error comes when validity of key expired. |
| |
| Note the things below: |
| |
| 1. You must enter the correct URL along with the resume filename which you want to parse. |
| 2. Always enter the authorized key to get the result. |
| |
| Sample Codes: |
| |
| For Resume Parser API, you may find the related sample codes made in |
| a. Classic ASP |
| b. ASP .Net |
| c. Php |
| d. VB |
| |
| Error Codes: |
| Code |
|
Message |
|
|
| 1001 |
|
User Key is required. |
|
|
| 1002 |
|
Your User Key has been expired. |
|
|
| 1003 |
|
User Key has been expired, You have exceed your quota to use resume parsing service. |
|
|
| 1004 |
|
URL is required. |
|
|
| 1005 |
|
Unable to process invalid data. |
|
|
| 1006 |
|
Please select valid file format. Resume Parser support DOC, DOCX, RTF, PDF, TXT, HTM and HTML files. |
|
|
| 1007 |
|
Resume File does not exist On requested URL . |
|
|
| 1008 |
|
Version (V2.1, V2.6, V2.8, V2.9) is required. |
|
|
| 1009 |
|
Country Key is required. |
|
|
| 1010 |
|
Corrupted data. |
|
|
| 1011 |
|
Invalid Country Key. |
|
|
| 1012 |
|
Invalid Version. |
|
|
|