| You can parse Resume By using to method of api:- |
|
| 1.ParseResume |
<?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>”Resume Url at your public server”</url> <version>”3.1.3”</version> </ParseResume> </soap:Body> </soap:Envelope> |
|
|
| ParseResumeBinary |
<?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> <ParseResumeBinary xmlns="http://tempuri.org/"> <filedata>”your binary data in base64”</filedata> <filetype>”extension of your file”</filetype> <version>”3.1.3”</version> </ParseResumeBinary> </soap:Body> </soap:Envelope> |
|
|
|
|
 |
<ResumeParserData> <ResumeFileName /> <ParsingDate /> <TitleName /> <FirstName /> <Middlename /> <LastName /> <Email /> <Phone /> <Address /> <City /> <State /> <ZipCode /> <!--PermanentAddress will be provided in future release--> <PermanentAddress /> <!--PermanentCity will be provided in future release--> <PermanentCity /> <!--PermanentState will be provided in future release--> <PermanentState /> <!--PermanentZipCode will be provided in future release--> <PermanentZipCode /> <!--CorrespondenceAddress will be provided in future release--> <CorrespondenceAddress /> <!--CorrespondenceCity will be provided in future release--> <CorrespondenceCity /> <!--CorrespondenceState will be provided in future release--> <CorrespondenceState /> <!--CorrespondenceZipCode will be provided in future release--> <CorrespondenceZipCode /> <Category /> <SubCategory /> <DateOfBirth /> <Gender /> <FatherName /> <MaritalStatus /> <PassportNo /> <!--Visa Status will be provided in future release--> <VisaStatus /> <Nationality /> <Qualification /> <Skills /> <Experience /> <SegrigatedExperience > <WorkHistory > <Employer /> <JobProfile /> <Location /> <JobPeriod /> <StartDate /> <EndDate /> <Description /> <!--Projects related fields will be provided in future release--> <Projects > <ProjectName /> <UsedSkills /> <TeamSize /> </Projects> </WorkHistory> </SegrigatedExperience> <CurrentEmployer /> <JobProfile /> <CurrentSalary /> <ExpectedSalary /> <!--Preferred Location will be provided in future release--> <PreferredLocation /> <SegrigatedSkills /> <SegrigatedQualification> <EducationSplit > <University /> <Degree /> <Year /> </EducationSplit> </SegrigatedQualification> <!--Certification will be provided in future release--> <Certification /> <WorkedPeriod /> <GapPeriod /> <!--Number of Job Changed will be provided in future release--> <NumberofJobChanged /> <!--Average Stay will be provided in future release--> <AverageStay /> <!--Availability will be provided in future release--> <Availability /> <!--Competency Related fields will be provided in future release--> <Competency> <CompetencyName/> <Evidence /> <LastUsed /> <Description /> </Competency> <Mobile /> <FaxNo /> <LicenseNo /> <Languages /> <Hobbies /> <References /> <Objectives /> <MotherName /> <Achievements /> <!--UniqueID will be provided in future release--> <UniqueID /> <!--CustomFields will be provided in future release--> <CustomFields /> <!--Email Info Related Fields will be provided in future release--> <EmailInfo > <EmailFrom /> <EmailTo /> <EmailSubject /> <EmailBody /> <EmailCC /> <EmailReplyTo /> <EmailSignature /> </EmailInfo> <!--WebSites Info Related Fields will be provided in future release--> <WebSites > <Website /> </WebSites> <DetailResume /> </ResumeParserData> |
|
|