HumanResources
Fare clic qui per ottenere l'elenco completo delle operazioni.
JobApplication_Create
Test
Il form di test è disponibile solo per le richieste dal computer locale.SOAP 1.1
Di seguito è riportato un esempio di richiesta e risposta SOAP 1.1. I segnaposto devono essere sostituiti con i valori appropriati.
POST /HumanResources.asmx HTTP/1.1
Host: 176.107.146.150
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/JobApplication_Create"
<?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>
<JobApplication_Create xmlns="http://tempuri.org/">
<jobApplication>
<Guid>guid</Guid>
<VacancyId>guid</VacancyId>
<ResourceId>guid</ResourceId>
<Name>string</Name>
<Availability>string</Availability>
<HaveYouEverWorkedInAVSI>boolean</HaveYouEverWorkedInAVSI>
<ItalianSpoken>string</ItalianSpoken>
<ItalianWritten>string</ItalianWritten>
<EnglishSpoken>string</EnglishSpoken>
<EnglishWritten>string</EnglishWritten>
<FrenchSpoken>string</FrenchSpoken>
<FrenchWritten>string</FrenchWritten>
<SpanishSpoken>string</SpanishSpoken>
<SpanishWritten>string</SpanishWritten>
<PortugueseSpoken>string</PortugueseSpoken>
<PortugueseWritten>string</PortugueseWritten>
<ArabicSpoken>string</ArabicSpoken>
<ArabicWritten>string</ArabicWritten>
<FileName>string</FileName>
<ContentType>string</ContentType>
<ContentLength>int</ContentLength>
<InputStream>base64Binary</InputStream>
<HowDidYouHearAboutThisJobOpp>string</HowDidYouHearAboutThisJobOpp>
<ThreeReasonsToChooseAVSI>string</ThreeReasonsToChooseAVSI>
<References>string</References>
<CanWeApproachBeforeTheInterview>boolean</CanWeApproachBeforeTheInterview>
<RefAdditionalDetails>string</RefAdditionalDetails>
<OtherLanguages>string</OtherLanguages>
<Edu1Date>string</Edu1Date>
<Edu1TypeOfEducation>string</Edu1TypeOfEducation>
<Edu1AreaOfStudy>string</Edu1AreaOfStudy>
<Edu2Date>string</Edu2Date>
<Edu2TypeOfEducation>string</Edu2TypeOfEducation>
<Edu2AreaOfStudy>string</Edu2AreaOfStudy>
<Edu3Date>string</Edu3Date>
<Edu3TypeOfEducation>string</Edu3TypeOfEducation>
<Edu3AreaOfStudy>string</Edu3AreaOfStudy>
<ProfExp1StartDate>string</ProfExp1StartDate>
<ProfExp1EndDate>string</ProfExp1EndDate>
<ProfExp1Organization>string</ProfExp1Organization>
<ProfExp1CityCountryOfWork>string</ProfExp1CityCountryOfWork>
<ProfExp1OrganizationType>string</ProfExp1OrganizationType>
<ProfExp1AreaOfIntervention>string</ProfExp1AreaOfIntervention>
<ProfExp1TitleOfPosition>string</ProfExp1TitleOfPosition>
<ProfExp2StartDate>string</ProfExp2StartDate>
<ProfExp2EndDate>string</ProfExp2EndDate>
<ProfExp2Organization>string</ProfExp2Organization>
<ProfExp2CityCountryOfWork>string</ProfExp2CityCountryOfWork>
<ProfExp2OrganizationType>string</ProfExp2OrganizationType>
<ProfExp2AreaOfIntervention>string</ProfExp2AreaOfIntervention>
<ProfExp2TitleOfPosition>string</ProfExp2TitleOfPosition>
<SubjectOfaMisconductInvestigation>boolean</SubjectOfaMisconductInvestigation>
<InformationAboutTheMisconduct>string</InformationAboutTheMisconduct>
</jobApplication>
</JobApplication_Create>
</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>
<JobApplication_CreateResponse xmlns="http://tempuri.org/">
<JobApplication_CreateResult>string</JobApplication_CreateResult>
</JobApplication_CreateResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
Di seguito è riportato un esempio di richiesta e risposta SOAP 1.2. I segnaposto devono essere sostituiti con i valori appropriati.
POST /HumanResources.asmx HTTP/1.1
Host: 176.107.146.150
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>
<JobApplication_Create xmlns="http://tempuri.org/">
<jobApplication>
<Guid>guid</Guid>
<VacancyId>guid</VacancyId>
<ResourceId>guid</ResourceId>
<Name>string</Name>
<Availability>string</Availability>
<HaveYouEverWorkedInAVSI>boolean</HaveYouEverWorkedInAVSI>
<ItalianSpoken>string</ItalianSpoken>
<ItalianWritten>string</ItalianWritten>
<EnglishSpoken>string</EnglishSpoken>
<EnglishWritten>string</EnglishWritten>
<FrenchSpoken>string</FrenchSpoken>
<FrenchWritten>string</FrenchWritten>
<SpanishSpoken>string</SpanishSpoken>
<SpanishWritten>string</SpanishWritten>
<PortugueseSpoken>string</PortugueseSpoken>
<PortugueseWritten>string</PortugueseWritten>
<ArabicSpoken>string</ArabicSpoken>
<ArabicWritten>string</ArabicWritten>
<FileName>string</FileName>
<ContentType>string</ContentType>
<ContentLength>int</ContentLength>
<InputStream>base64Binary</InputStream>
<HowDidYouHearAboutThisJobOpp>string</HowDidYouHearAboutThisJobOpp>
<ThreeReasonsToChooseAVSI>string</ThreeReasonsToChooseAVSI>
<References>string</References>
<CanWeApproachBeforeTheInterview>boolean</CanWeApproachBeforeTheInterview>
<RefAdditionalDetails>string</RefAdditionalDetails>
<OtherLanguages>string</OtherLanguages>
<Edu1Date>string</Edu1Date>
<Edu1TypeOfEducation>string</Edu1TypeOfEducation>
<Edu1AreaOfStudy>string</Edu1AreaOfStudy>
<Edu2Date>string</Edu2Date>
<Edu2TypeOfEducation>string</Edu2TypeOfEducation>
<Edu2AreaOfStudy>string</Edu2AreaOfStudy>
<Edu3Date>string</Edu3Date>
<Edu3TypeOfEducation>string</Edu3TypeOfEducation>
<Edu3AreaOfStudy>string</Edu3AreaOfStudy>
<ProfExp1StartDate>string</ProfExp1StartDate>
<ProfExp1EndDate>string</ProfExp1EndDate>
<ProfExp1Organization>string</ProfExp1Organization>
<ProfExp1CityCountryOfWork>string</ProfExp1CityCountryOfWork>
<ProfExp1OrganizationType>string</ProfExp1OrganizationType>
<ProfExp1AreaOfIntervention>string</ProfExp1AreaOfIntervention>
<ProfExp1TitleOfPosition>string</ProfExp1TitleOfPosition>
<ProfExp2StartDate>string</ProfExp2StartDate>
<ProfExp2EndDate>string</ProfExp2EndDate>
<ProfExp2Organization>string</ProfExp2Organization>
<ProfExp2CityCountryOfWork>string</ProfExp2CityCountryOfWork>
<ProfExp2OrganizationType>string</ProfExp2OrganizationType>
<ProfExp2AreaOfIntervention>string</ProfExp2AreaOfIntervention>
<ProfExp2TitleOfPosition>string</ProfExp2TitleOfPosition>
<SubjectOfaMisconductInvestigation>boolean</SubjectOfaMisconductInvestigation>
<InformationAboutTheMisconduct>string</InformationAboutTheMisconduct>
</jobApplication>
</JobApplication_Create>
</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>
<JobApplication_CreateResponse xmlns="http://tempuri.org/">
<JobApplication_CreateResult>string</JobApplication_CreateResult>
</JobApplication_CreateResponse>
</soap12:Body>
</soap12:Envelope>