<?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>”4.0”</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>”4.0”</version> </ParseResumeBinary> </soap:Body> </soap:Envelope>
<ResumeParserData> <ResumeFileName/> <ParsingDate/> <TitleName/> <FirstName/> <Middlename/> <LastName/> <Email/> <Phone/> <Mobile/> <FaxNo/> <LicenseNo/> <PassportNo/> <!--Visa Status will be provided in future release--> <VisaStatus/> <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/> <FatherName/> <MotherName/> <MaritalStatus/> <Nationality/> <CurrentSalary/> <ExpectedSalary/> <Qualification/> <SegrigatedQualification> <EducationSplit> <University/> <Degree/> <Year/> </EducationSplit> </SegrigatedQualification> <Skills/> <SkillsKeywords> <BehaviorSkills/> <SoftSkills/> <OperationalSkills> <SkillSet> <Skill/> <ExperienceInMonths/> </SkillSet> </OperationalSkills> </SkillsKeywords> <LanguageKnown/> <Experience/> <SegrigatedExperience> <WorkHistory> <Employer/> <JobProfile/> <JobLocation/> <JobPeriod/> <StartDate/> <EndDate/> <JobDescription/> <Projects> <ProjectName/> <UsedSkills/> <TeamSize/> </Projects> </WorkHistory> </SegrigatedExperience> <CurrentEmployer/> <JobProfile/> <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> <Hobbies/> <Objectives/> <Achievements/> <References/> <!--Preferred Location will be provided in future release--> <PreferredLocation/> <!--Certification will be provided in future release--> <Certification/> <!--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> <!--Recommendation Field Provide values for Linkedin Resumes--> <Recommendations> <Recomendation> <PersonName/> <PositionTitle/> <CompanyName/> <Relation/> <Description/> </Recomendation> </Recommendations> <DetailResume/> </ResumeParserData>
Input
Output
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.2”</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.2”</version> </ParseResumeBinary> </soap:Body> </soap:Envelope>
<ResumeParserData> <ResumeFileName/> <ParsingDate/> <TitleName/> <FirstName/> <Middlename/> <LastName/> <Email/> <Phone/> <Mobile/> <FaxNo/> <LicenseNo/> <PassportNo/> <!--Visa Status will be provided in future release--> <VisaStatus/> <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/> <FatherName/> <MotherName/> <MaritalStatus/> <Nationality/> <CurrentSalary/> <ExpectedSalary/> <Qualification/> <SegrigatedQualification> <EducationSplit> <University/> <Degree/> <Year/> </EducationSplit> </SegrigatedQualification> <Skills/> <SkillsKeywords/> <LanguageKnown/> <Experience/> <SegrigatedExperience> <WorkHistory> <Employer/> <JobProfile/> <JobLocation/> <JobPeriod/> <StartDate/> <EndDate/> <JobDescription/> <!--Projects related fields will be provided in future release--> <Projects> <ProjectName/> <UsedSkills/> <TeamSize/> </Projects> </WorkHistory> </SegrigatedExperience> <CurrentEmployer/> <JobProfile/> <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> <Hobbies/> <Objectives/> <Achievements/> <References/> <!--Preferred Location will be provided in future release--> <PreferredLocation/> <!--Certification will be provided in future release--> <Certification/> <!--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>