findCvsASPAppliedToOffer
Returns all information from CVs sent by candidates that have applied to an offer.
In order to be exported, CVs must comply with all of the following requirements:
- - Candidate must have authorized the company to export the CV he sent for this application.
- - CV must have been "marked" for export by employer.
Request
WSDL URL
https://api.infojobs.[net|it]/soap/WSCVExportService?wsdl
WSDL URL
https://api.infojobssbx.[net|it]/soap/WSCVExportService?wsdl
Security
- User Role: ROLE_EMPLOYER
Parameters
| Name | Description |
|---|---|
|
offerCode String Required |
The string code that identifies the job offer. |
Response
Response entities
Returns a list of CVs with all their information.
| Name | Description |
|---|---|
|
personaldataDTO PersonaldataDTO |
Entity containing candidate's personal information. |
|
academicStudiesListDTO List(AcademicStudiesDTO) |
List of entities containing candidate's academic studies. |
|
jobExperienceListDTO List(JobExperienceDTO) |
List of entities containing candidate's professional experiences. |
|
languageListDTO List(LanguageDTO) |
List of entities containing candidate's languages. |
|
knowledgeListDTO List(knowledgeDTO) |
List of entities containing candidate's skills. |
|
jobOfferListDTO List(JobOffer) |
List of entities containing candidate's job applications. |
|
RecommendationListDTO List(RecommendationsDTO) |
List of entities containing candidate's recommendations. |
|
testListDTO List(TestDTO) |
List of entities containing candidate's completed tests. |
| Name | Description |
|---|---|
|
code String(100) |
Unique CV identifier. |
|
String(50) |
Candidate's email appearing on CV. |
|
howWeKnow Long |
"How did you hear about us?" identifier. |
|
detailHowWeKnow String(50) |
"How did you hear about us?" details. |
|
dni String(25) |
Candidate's DNI (national identification number). |
|
name String(100) |
Candidate's first name. |
|
surname1 String(50) |
Candidate's primary last name. |
|
surname2 String(50) |
Candidate's second last name (mother's maiden name). |
|
address String(100) |
Candidate's residential address. |
|
zip String(10) |
Candidate's postal code. |
|
province Long |
Candidate's province identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: PROVINCES |
|
city String(50) |
Candidate's city. |
|
country Long |
Candidate's country of residence. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: COUNTRIES |
|
preferentPhone Int |
Candidate's preferred contact phone number identifier. Values: 1=FIXED, 2=MOBILE, 3=INTERNATIONAL |
|
phone1 String(50) |
Candidate's 1st phone number (fixed line). |
|
phone2 String(50) |
Candidate's 2nd phone number (mobile). |
|
phone3 String(50) |
Candidate's 3rd phone number (international). |
|
url String(200) |
Candidate's online blog/webpage/profile URL. |
|
additionalData String(4000) |
Candidate's additional contact data. |
|
birthDay Date |
Candidate's birthday. |
|
ownVehicle Boolean |
Does candidate own a vehicle? |
|
selfEmployed Boolean |
Is candidate self-employed? |
|
permitOnCourse String(100) |
Where is candidate applying for a work permit? |
|
jobPreference String(300) |
Candidate's preferred job. |
|
reason String(1500) |
Candidate's reason to switch jobs. |
|
objectives String(1500) |
Candidate's goals for new job. |
|
change String(150) |
Candidate's current job situation textual explanation. |
|
changeDisponibility Long |
Candidate's current job situation identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: DISPONIBILITIES |
|
travelDisponibility Long |
Candidate's travel availability identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: DISPONIBILITIES |
|
salaryPeriod Int |
Candidate's pay period identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: WAGEPERIOD |
|
salaryMinimum Int |
Candidate's minimum accepted salary identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: WAGEAMOUNT |
|
salaryMaximum. Int |
Candidate's desired salary identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: WAGEAMOUNT |
|
workDay Long |
Candidate?s preferred working hours identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: DAYS |
|
experienceYears Long |
Candidate's years of work experience total. |
|
howKnowLastJob String(150) |
How candidate found her last job. |
|
especificationsLastJob String(150) |
Candidate's last job specifications. |
|
studyLevel Long |
Candidate's level of education identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: STUDIESLEVEL |
|
studyOnCourse Boolean |
Is candidate currently studying? |
|
sexo Long |
Candidate's gender (10 Man, 20 Woman, 0 Other). |
|
registrationDate Date |
Candidate's sign up date. |
|
dateUpdate Date |
Candidate's last CV update. |
|
preferedCategory Long |
Candidate's preferred work category identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: CATEGORIES |
|
ContractsListDTO List(ContractDTO) |
Candidate's list of preferred kinds of job contracts. |
|
DestinationListDTO List(DestinationDTO) |
Candidate's list of preferred job locations. |
| Name | Description |
|---|---|
|
contractPreference Long |
Preferred kind of job contract identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: CONTRACTS |
| Name | Description |
|---|---|
|
destinationPreference Long |
Preferred job location identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: COMUNITIES. |
| Name | Description |
|---|---|
|
beginData Date |
Starting date for study. |
|
endData Date |
Finishing date for study. |
|
titulation Long |
Academic title/study identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: STUDIESLEVEL |
|
speciality Long |
Academic title/study specialization identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: DETAILSTUDIES |
|
center String(300) |
Academy/institute/learning center. |
| Name | Description |
|---|---|
|
beginDate Date |
Job's starting date. |
|
endDate Date |
Jobs's finish date. |
|
job String(150) |
Job title. |
|
company String(150) |
Company name. |
|
level Long |
Job level identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: LABORALLEVEL |
|
sector Long |
Job sector identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: INDUSTRIES. |
|
staffInCharge Long |
"Supervised employees" identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: PERSONNELTOPOSITION |
|
jobDescription String(4000) |
Job description. |
|
salaryIn Long |
Pay period identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: WAGEPERIOD |
|
minimumSalaryPerceived Int |
Minimum salary earned for this job identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: WAGEAMOUNT |
|
maximumSalaryPerceived Int |
Maximum salary earned for this job identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: WAGEAMOUNT |
|
category Long |
Job category identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: CATEGORIES |
|
subCategoryDTO List(SubCategoryDTO) |
List of job sub-categories (subCategory). |
| Name | Description |
|---|---|
|
category Long |
Job category identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: CATEGORIES |
| Name | Description |
|---|---|
|
subCategory Long |
Job sub-category identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: SUBCATEGORIES |
| Name | Description |
|---|---|
|
name Long |
Language identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: LANGUAGES. |
|
spoken Long |
Language's spoken skill level identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: SPOKENLEVEL. |
|
written Long |
Language's written skill level identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: WRITTENLEVEL. |
|
read Long |
Language's reading skill level identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: READLEVEL. |
|
comments String(200) |
Candidate's comments regarding language. |
| Name | Description |
|---|---|
|
name Long |
Skill/knowledge identifier. |
|
level Long |
Skill/knowledge level identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: SKILLLEVEL. |
|
experience Long |
"Years of experience using skill/knowledge" identifier. Below you can see the possible values for this field. |
|
lastUse Long |
"Last time skill/knowledge was in use" identifier. Below you can see the possible values for this field. |
|
comments String(200) |
Candidate's comments regarding skill/knowledge. |
| Name | Description |
|---|---|
|
jobTitle String(150) |
Job offer title (title of the position being offered). |
|
province Long |
Job's location (province) identifier. In order to obtain all valid identifiers you can use the operation findByListName providing the publicNameKey: PROVINCES |
|
city String(200) |
Job's city. |
|
departament String(100) |
Job's department. |
|
uid String(100) |
Job offer unique identifier. |
|
zip String(10) |
Job's postal code. |
|
reference String(100) |
Job's reference. |
|
presentationLetter String(4000) |
Candidate's cover letter. |
|
date Date |
Application date. |
|
categories List(CategoryDTO) |
List of categoryDTO entities. |
|
subCategories List(SubCategoryDTO) |
List of subCategoryDTO entities. |
|
killerQuestions List(KillerQuestionsDTO) |
List of KillerQuestionsDTO entities. |
| Name | Description |
|---|---|
|
personWhoRecommends String(150) |
Full name of person making recommendation. |
|
workPlacePersonWhoRecommends String(100) |
Position of person making recommendation. |
|
date Date |
Recommendation date. |
|
comments String(1000) |
Recommendation text. |
|
company String(150) |
Company (where person making recommendation works). |
|
experience String(150) |
Work experience on which recommendation is about. |
| Name | Description |
|---|---|
|
testType String(100) |
Test description. |
|
testAuthority String(50) |
Entity providing the test. |
|
level Long |
Level reached in test. |
|
comments String(2000) |
Verbose description of level reached in test. |
|
result Int |
Grade obtained in test. |
|
date String(30) |
Test date. |
| Name | Description |
|---|---|
|
killerQuestionsOpen List(KillerQuestionsOpenDTO) |
List of entities with candidate's answers to "open" questions. |
|
killerQuestionsClose List(KillerQuestionsClosedDTO) |
List of entities with candidate's answers to "closed" questions (those with a pre-defined set of answers). |
| Name | Description |
|---|---|
|
question String(500) |
Formulated question. |
|
answer String(1500) |
Candidate's answer. |
| Name | Description |
|---|---|
|
question String(500) |
Formulated question. |
|
choosenAnswer String(15) |
Candidate's answer to question (from possible answer's list). |
|
KillerQuestionsPosiblesAnswersDTO List(KillerQuestionsPosiblesAnswersDTO) |
Possible answer to the closed question. |
| Name | Description |
|---|---|
|
answer String(15) |
Closed question answer. |
|
result Int |
Result/score assigned to this answer. |
| id | value |
|---|---|
|
172786731 |
Menos de un año |
|
172786732 |
Entre 1 y 2 años |
|
172786733 |
Entre 2 y 3 años |
|
172786734 |
Entre 3 y 5 años |
|
172786735 |
Más de 5 años |
| id | value |
|---|---|
|
172786738 |
Actualmente |
|
172786739 |
Más de 1 año |
|
172786740 |
Más de 2 años |
|
172786741 |
Más de 3 años |
Error codes
| Code | Description |
|---|---|
|
WS.1101 |
Invalid offer code. Null or empty string. |
|
WS.1102 |
The job offer code doesn't exist. |
|
WS.1800 |
Configuration data Type needed for your user. |
|
WS.1801 |
You don't have permission to export the offer 'offerCode'. |
|
WS.1802 |
Offer status does not allow export. |
|
WS.1803 |
Stock exception: Configuration stock products not available for this user. |
|
WS.1804 |
Concurrent requests limit exceeded. Try again in a few minutes. |
|
WS.1805 |
Concurrent requests in course. Please try again in a few minutes or cancel the open requests. |
|
WS.1806 |
The matrix: 'matrixId' doesn't have corporate portal. |
|
WS.1807 |
Exported CVs limit exceeded. |
|
WS.1808 |
Not enough CV Export stock available. |
|
WS.1809 |
No CVs to export. |
Examples
Request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cvex="http://cvexport.endpoints.www.soap.infojobs.net/">
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-799830164" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:Username>SOAP-TEST</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">SOAP-TEST-SECRET</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
<ij:authnHeader xmlns:ij='http://api.infojobs.net/soap/authn'>
<token>20000000-0000-0000-0000-0000</token>
</ij:authnHeader>
</soapenv:Header>
<soapenv:Body>
<cvex:findCvsASPAppliedToOffer>
<offerCode>f3521568114474b221d30f3cdf3912</offerCode>
</cvex:findCvsASPAppliedToOffer>
</soapenv:Body>
</soapenv:Envelope>
Response
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<wsse:Security soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsu:Timestamp wsu:Id="TS-4">
<wsu:Created>2012-07-18T12:29:51.666Z</wsu:Created>
<wsu:Expires>2012-07-18T12:34:51.666Z</wsu:Expires>
</wsu:Timestamp>
</wsse:Security>
</soap:Header>
<soap:Body>
<ns1:findCvsASPAppliedToOfferResponse xmlns:ns1="http://cvexport.endpoints.www.soap.infojobs.net/">
<return>
<cvExportDTOs>
<personalDataDTO>
<code>70BF89D9-C298-EA59-B6FAFBBC4DCF8E8A</code>
<email>email@infojobs.net</email>
<howWeKnow>6</howWeKnow>
<detailHowWeKnow/>
<dni>12345678Z</dni>
<name>name</name>
<surname1>surname1</surname1>
<surname2>surname2</surname2>
<address>c/ Numancia, 45</address>
<zip>08290</zip>
<province>609</province>
<city>Cerdanyola</city>
<country>26</country>
<preferentPhone>2</preferentPhone>
<phone1>555541255</phone1>
<phone2>935553212</phone2>
<phone3>+0035987654321</phone3>
<url>http://www.facebook.com</url>
<additionalData>Estoy disponible a cualquier hora del día.</additionalData>
<birthDay>1966-12-20T00:00:00+01:00</birthDay>
<ownVehicle>true</ownVehicle>
<selfEmployed>false</selfEmployed>
<permitOnCourse>España</permitOnCourse>
<jobPreferent>Director técnico</jobPreferent>
<reason>Para seguir creciendo profesionalemnte y aprender de una nueva cultura. Seguir aprendiendo para enriquecerme y poder ser cada día mejor en lo que hago</reason>
<objectives>Desarrollarme profesionalmente, aprender a negociar y tratar con clientes , desarrollar mis puntos fuertes y mitigar los débiles.</objectives>
<change>Tengo trabajo pero quiero cambiar</change>
<changeDisponibility>4</changeDisponibility>
<travelDisponibility>4</travelDisponibility>
<salaryPeriod>3</salaryPeriod>
<salaryMinimum>300</salaryMinimum>
<salaryMaximum>330</salaryMaximum>
<workDay>9</workDay>
<experienceYears>7</experienceYears>
<howKnowLastJob>La empresa contactó conmigo</howKnowLastJob>
<especificationsLastJob/>
<studyLevel>240</studyLevel>
<studyOnCourse>true</studyOnCourse>
<sexo>10</sexo>
<registrationDate>2006-12-11T10:02:17+01:00</registrationDate>
<dateUpdate>2010-06-04T09:57:03+02:00</dateUpdate>
<preferedCategory>150</preferedCategory>
<ContractsListDTO>
<ContractDTO>
<contractPreference>14</contractPreference>
</ContractDTO>
</ContractsListDTO>
<DestinationListDTO>
<DestinationDTO>
<destinationPreference>25</destinationPreference>
</DestinationDTO>
</DestinationListDTO>
</personalDataDTO>
<AcademicStudiesListDTO>
<AcademicStudiesDTO>
<beginDate>2006-11-01T00:00:00+01:00</beginDate>
<titulation>240</titulation>
<speciality>584</speciality>
<center>Pompeu Fabra</center>
</AcademicStudiesDTO>
<AcademicStudiesDTO>
<beginDate>2002-11-01T00:00:00+01:00</beginDate>
<titulation>240</titulation>
<speciality>584</speciality>
<center>Pompeu Fabra</center>
</AcademicStudiesDTO>
<AcademicStudiesDTO>
<beginDate>2001-11-01T00:00:00+01:00</beginDate>
<titulation>240</titulation>
<speciality>584</speciality>
<center>UOC</center>
</AcademicStudiesDTO>
</AcademicStudiesListDTO>
<JobExperienceListDTO>
<JobExperienceDTO>
<beginDate>2010-11-01T00:00:00+01:00</beginDate>
<job>Diseñador</job>
<company>Infojobs</company>
<level>9</level>
<category>50</category>
<subCategoryDTO>
<subCategory>3027</subCategory>
</subCategoryDTO>
<subCategoryDTO>
<subCategory>3028</subCategory>
</subCategoryDTO>
<subCategoryDTO>
<subCategory>3029</subCategory>
</subCategoryDTO>
<subCategoryDTO>
<subCategory>3030</subCategory>
</subCategoryDTO>
<sector>16</sector>
<staffInCharge>5</staffInCharge>
<jobDescription>Diseño Gráfico tanto a nivel web como corporativo off-line en emagister.com, infojobs.net y la incubadora de negocios.</jobDescription>
<salaryIn>0</salaryIn>
<minimumSalaryPerceived>0</minimumSalaryPerceived>
<maximumSalaryPerceived>0</maximumSalaryPerceived>
</JobExperienceDTO>
<JobExperienceDTO>
<beginDate>2001-12-01T00:00:00+01:00</beginDate>
<job>Programador</job>
<company>Infojobs</company>
<level>9</level>
<category>160</category>
<subCategoryDTO>
<subCategory>3115</subCategory>
</subCategoryDTO>
<sector>5</sector>
<staffInCharge>3</staffInCharge>
<jobDescription>Desarrollador aplicaciones entorno web.</jobDescription>
<salaryIn>0</salaryIn>
<minimumSalaryPerceived>0</minimumSalaryPerceived>
<maximumSalaryPerceived>0</maximumSalaryPerceived>
</JobExperienceDTO>
</JobExperienceListDTO>
<LanguageListDTO>
<LanguageDTO>
<name>3</name>
<spoken>172786748</spoken>
<written>172786756</written>
<read>172786762</read>
<comments/>
</LanguageDTO>
<LanguageDTO>
<name>2</name>
<spoken>172786749</spoken>
<written>172786756</written>
<read>172786762</read>
<comments/>
</LanguageDTO>
<LanguageDTO>
<name>1</name>
<spoken>172786749</spoken>
<written>172786756</written>
<read>172786762</read>
<comments/>
</LanguageDTO>
<LanguageDTO>
<name>4</name>
<spoken>172786746</spoken>
<written>172786752</written>
<read>172786760</read>
<comments/>
</LanguageDTO>
</LanguageListDTO>
<knowledgeListDTO>
<knowledgeDTO>
<name>2013127370</name>
<level>172786728</level>
<experience>172786733</experience>
<lastUse>172786738</lastUse>
<comments>Gestión, implantación y Certificación del Sistema Integrado de Gestión de Calidad, Seguridad y Medioambiente de la empresa.</comments>
</knowledgeDTO>
<knowledgeDTO>
<name>2013127190</name>
<level>172786728</level>
<experience>172786734</experience>
<lastUse>172786741</lastUse>
<comments>Nivel usuario</comments>
</knowledgeDTO>
</knowledgeListDTO>
<JobOffersListDTO>
<JobOfferDTO>
<jobTitle>Analista Programador Java.</jobTitle>
<categoriesDTO>
<category>130</category>
</categoriesDTO>
<subCategoriesDTO>
<subCategory>3094</subCategory>
</subCategoriesDTO>
<province>609</province>
<city>Cornellà</city>
<departament/>
<uid>205148129032165231429344123933</uid>
<reference/>
<presentationLetter>Carta de presentacion prueba</presentationLetter>
<date>2012-07-18T13:46:45:000+02:00</date>
<zip>06535</zip>
<killerQuestionsDTO>
<KillerQuestionsOpenListDTO>
<question>¿Vives en Barcelona?</question>
<answer>Vivo en la provincia de Barcelona</answer>
</KillerQuestionsOpenListDTO>
<KillerQuestionsCloseListDTO>
<question>¿Has trabajado en el sector?</question>
<KillerQuestionsPosiblesAnswersDTO>
<answer>Si</answer>
<result>10</result>
</KillerQuestionsPosiblesAnswersDTO>
<KillerQuestionsPosiblesAnswersDTO>
<answer>No</answer>
<result>(Excluir)</result>
</KillerQuestionsPosiblesAnswersDTO>
<choosenAnswers>Si</choosenAnswers>
</KillerQuestionsCloseListDTO>
</killerQuestionsDTO>
</JobOfferDTO>
</JobOffersListDTO>
<RecommendationsListDTO>
<RecommendationsDTO>
<experience>Diseñador</experience>
<personWhoRecommends>John Doe</personWhoRecommends>
<company>Infojobs</company>
<workPlacePersonWhoRecommends>Director</workPlacePersonWhoRecommends>
<date>2010-06-04T00:00:00+02:00</date>
<comments>Muestra una gran creatividad en sus tareas.</comments>
</RecommendationsDTO>
<RecommendationsDTO>
<experience>Programador</experience>
<personWhoRecommends>Juan López</personWhoRecommends>
<company>Infojobs</company>
<workPlacePersonWhoRecommends>Jefe de proyecto</workPlacePersonWhoRecommends>
<date>2010-06-04T00:00:00+02:00</date>
<comments>Es muy proactivo.</comments>
</RecommendationsDTO>
</RecommendationsListDTO>
<testListDTO/>
<extendedCV>Educación
? Cursando: POSTGRADO EN MANTENIMIENTO INDUSTRIAL por el centro de estudios SEAS ? Fundación San Valero.
? 2007: Titulación de INGENIERO QUÍMICO en la Facultad de Química de la Universidad de La Laguna.
Proyecto Final de Carrera: ?Planta Piloto Multipropósito de Extracción Sólido-Fluido Mediante CO2 Supercrítico?.
Nota media: 1,71
( 1 = aprobado, 2 = notable, 3 = sobresaliente, 4 = matrícula de honor).
Nota media sobre 10: 6,77
? Otros títulos y participación en eventos:
o Noviembre de 2009: Participación en la ?JS / World Media Sales Conference ?09?; JS / Sverige, Malmö.
o JS / World Media Mentor Leadership Development Programme:
 Octubre de 2009: ?SLII LEADERSHIP?, JS / Academy Hamburg
 Octubre de 2009: ?MENTOR DISC LEADERSHIP?, JS / Academy Hamburg.
 Mayo de 2009: ?MENTOR COACHING?, JS / Academy Hamburg.
 Febrero de 2009: ?SITUATIONAL LEADERSHIP II?. JS / Academy Hamburg
o Octubre de 2003: ?CURSO BÁSICO DE SEGURIDAD ACCESO A REFINERÍA? impartido por CEPSA en la Refinería de Tenerife.
o Mayo de 2003: ?DESALACIÓN Y REUTILIZACIÓN DE AGUAS?. Universidad de La Laguna.
Experiencia
? MENTOR ? RESPONSABLE DE EQUIPO, Empresa: JS / España World Media, S.L. ( Febrero de 2009 ? Febrero de 2010).
? CONSULTOR DE PROYECTOS, Empresa: JS / España World Media, S.L. (Junio de 2008- Febrero de 2009).
? PROFESOR ACADEMIA-CENTRO DE ESTUDIOS, niveles: Primaria, ESO, Bachiller, acceso a módulo, acceso a Universidad mayores de 25, etc. Empresa: CELEC Centro de Estudios (Febrero - Mayo de 2008).
? AUXILIAR ADMINISTRATIVO, empresa TECNOEMPLEO S.L. durante:
o Abril-Mayo de 2006.
o Noviembre de 2006.
o Febrero-Marzo de 2007.
? DIRECTOR del Colegio Mayor San Fernando, adscrito al Servicio de Alojamiento de la Universidad de La Laguna, Diciembre de 2004 - Marzo de 2006.
? MIEMBRO DEL CONSEJO DE DIRECCIÓN del Colegio Mayor San Fernando, adscrito al Servicio de Alojamiento de la Universidad de La Laguna, Noviembre de 2003 - Diciembre de 2004; Marzo - Septiembre de 2006.
Idiomas
? Inglés, nivel medio ? alto; participación en formaciones, reuniones y eventos en este idioma. Uso diario habitual en las comunicaciones con el resto de delegaciones internacionales en mi última experiencia laboral.
Conocimientos Informáticos
? Entorno WINDOWS, Nivel avanzado.
? AUTOCAD, nivel medio.
? Nivel elevado en el manejo de diversos paquetes de ofimática (especialmente MS-OFFICE).
? Softwares de simulación de procesos, SIMSCI / PROII y HYSYS; nivel medio.
? MATHEMATICA (software de cálculo avanzado), nivel medio.
? Conocimientos básicos del entorno de simulación de MATLAB / OCTAVE, así como de SIMULINK.
? Conocimientos básicos en programación en BASIC, Dev C++ y COBOL.
? Gestión-instalación de hardware y equipos informáticos en general.
? Capacidad de adaptación a distintos entornos informáticos con rapidez y efectividad.
Observaciones
? Capacidad de adaptación y rapidez en el aprendizaje de cualquier tarea.
? Capacidad de integración con rapidez y eficacia en entornos de trabajo en equipo.
? Flexibilidad de horarios y disponibilidad para viajar.</extendedCV>
</cvExportDTOs>
</return>
</ns1:findCvsASPAppliedToOfferResponse>
</soap:Body>
</soap:Envelope>
