ResumeService


单击此处,获取完整的操作列表。

GetEditResume

获取简历用于编辑

测试

测试窗体只能用于来自本地计算机的请求。

SOAP 1.1

以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。

POST /ResumeService.asmx HTTP/1.1
Host: ms.risfond.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://risfond.com/GetEditResume"

<?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>
    <GetEditResume xmlns="http://risfond.com/">
      <staffId>int</staffId>
      <resumeId>int</resumeId>
    </GetEditResume>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?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>
    <GetEditResumeResponse xmlns="http://risfond.com/">
      <GetEditResumeResult>
        <Data>
          <ResumeId>int</ResumeId>
          <Name>string</Name>
          <LiveLocationId>string</LiveLocationId>
          <GenderId>string</GenderId>
          <EducationLevelId>string</EducationLevelId>
          <Birthdate>dateTime</Birthdate>
          <YearsExperience>int</YearsExperience>
          <AnnualSalary>int</AnnualSalary>
          <WorkStatusId>string</WorkStatusId>
          <Statements>string</Statements>
          <SourceType>string</SourceType>
          <PhotoAccessCode>string</PhotoAccessCode>
          <Source>int</Source>
          <RecentCompany>string</RecentCompany>
          <RecentIndustry>string</RecentIndustry>
          <RecentOccupation>string</RecentOccupation>
          <RecentJobTitle>string</RecentJobTitle>
          <DesiredIndustryStatus>int</DesiredIndustryStatus>
          <DesiredLocationStatus>int</DesiredLocationStatus>
          <DesiredOccupationStatus>int</DesiredOccupationStatus>
          <DesiredSalaryStatus>int</DesiredSalaryStatus>
          <DesiredSalaryFrom>int</DesiredSalaryFrom>
          <DesiredSalaryTo>int</DesiredSalaryTo>
          <DesiredIndustris>
            <string>string</string>
            <string>string</string>
          </DesiredIndustris>
          <DesiredLocations>
            <string>string</string>
            <string>string</string>
          </DesiredLocations>
          <DesiredOccupations>
            <string>string</string>
            <string>string</string>
          </DesiredOccupations>
          <Educations>
            <ResumeEducationDTO xsi:nil="true" />
            <ResumeEducationDTO xsi:nil="true" />
          </Educations>
          <ProjectExperiences>
            <ProjectExperienceDTO xsi:nil="true" />
            <ProjectExperienceDTO xsi:nil="true" />
          </ProjectExperiences>
          <ResumeExperiences>
            <ResumeExperienceDTO xsi:nil="true" />
            <ResumeExperienceDTO xsi:nil="true" />
          </ResumeExperiences>
          <ResumeLanguages>
            <ResumeLanguageDTO xsi:nil="true" />
            <ResumeLanguageDTO xsi:nil="true" />
          </ResumeLanguages>
          <Attachments>
            <Attachments2DTO xsi:nil="true" />
            <Attachments2DTO xsi:nil="true" />
          </Attachments>
          <PictureUrl>string</PictureUrl>
          <Emails>
            <ResumeEmailDTO xsi:nil="true" />
            <ResumeEmailDTO xsi:nil="true" />
          </Emails>
          <MobileNumbers>
            <ResumeMobileNumberDTO xsi:nil="true" />
            <ResumeMobileNumberDTO xsi:nil="true" />
          </MobileNumbers>
          <Relations>
            <ResumeRelationDTO xsi:nil="true" />
            <ResumeRelationDTO xsi:nil="true" />
          </Relations>
          <NativeLocationId>string</NativeLocationId>
        </Data>
      </GetEditResumeResult>
    </GetEditResumeResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。

POST /ResumeService.asmx HTTP/1.1
Host: ms.risfond.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetEditResume xmlns="http://risfond.com/">
      <staffId>int</staffId>
      <resumeId>int</resumeId>
    </GetEditResume>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetEditResumeResponse xmlns="http://risfond.com/">
      <GetEditResumeResult>
        <Data>
          <ResumeId>int</ResumeId>
          <Name>string</Name>
          <LiveLocationId>string</LiveLocationId>
          <GenderId>string</GenderId>
          <EducationLevelId>string</EducationLevelId>
          <Birthdate>dateTime</Birthdate>
          <YearsExperience>int</YearsExperience>
          <AnnualSalary>int</AnnualSalary>
          <WorkStatusId>string</WorkStatusId>
          <Statements>string</Statements>
          <SourceType>string</SourceType>
          <PhotoAccessCode>string</PhotoAccessCode>
          <Source>int</Source>
          <RecentCompany>string</RecentCompany>
          <RecentIndustry>string</RecentIndustry>
          <RecentOccupation>string</RecentOccupation>
          <RecentJobTitle>string</RecentJobTitle>
          <DesiredIndustryStatus>int</DesiredIndustryStatus>
          <DesiredLocationStatus>int</DesiredLocationStatus>
          <DesiredOccupationStatus>int</DesiredOccupationStatus>
          <DesiredSalaryStatus>int</DesiredSalaryStatus>
          <DesiredSalaryFrom>int</DesiredSalaryFrom>
          <DesiredSalaryTo>int</DesiredSalaryTo>
          <DesiredIndustris>
            <string>string</string>
            <string>string</string>
          </DesiredIndustris>
          <DesiredLocations>
            <string>string</string>
            <string>string</string>
          </DesiredLocations>
          <DesiredOccupations>
            <string>string</string>
            <string>string</string>
          </DesiredOccupations>
          <Educations>
            <ResumeEducationDTO xsi:nil="true" />
            <ResumeEducationDTO xsi:nil="true" />
          </Educations>
          <ProjectExperiences>
            <ProjectExperienceDTO xsi:nil="true" />
            <ProjectExperienceDTO xsi:nil="true" />
          </ProjectExperiences>
          <ResumeExperiences>
            <ResumeExperienceDTO xsi:nil="true" />
            <ResumeExperienceDTO xsi:nil="true" />
          </ResumeExperiences>
          <ResumeLanguages>
            <ResumeLanguageDTO xsi:nil="true" />
            <ResumeLanguageDTO xsi:nil="true" />
          </ResumeLanguages>
          <Attachments>
            <Attachments2DTO xsi:nil="true" />
            <Attachments2DTO xsi:nil="true" />
          </Attachments>
          <PictureUrl>string</PictureUrl>
          <Emails>
            <ResumeEmailDTO xsi:nil="true" />
            <ResumeEmailDTO xsi:nil="true" />
          </Emails>
          <MobileNumbers>
            <ResumeMobileNumberDTO xsi:nil="true" />
            <ResumeMobileNumberDTO xsi:nil="true" />
          </MobileNumbers>
          <Relations>
            <ResumeRelationDTO xsi:nil="true" />
            <ResumeRelationDTO xsi:nil="true" />
          </Relations>
          <NativeLocationId>string</NativeLocationId>
        </Data>
      </GetEditResumeResult>
    </GetEditResumeResponse>
  </soap12:Body>
</soap12:Envelope>