findOffersPublishedInASPByEmpleadoForExportCVs
Get information about offers published by a given employee that can be exported.
In order to be exported an offer should have been selected 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
No parameters are needed.
Response
Response entities
Returns a list of offers with the following information:
| Name | Description |
|---|---|
|
offerCode |
Offer's public identifier on the InfoJobs web. |
|
name |
Offer's name. |
|
status |
Offer's status identifier. |
Error codes
| Code | Description |
|---|---|
|
WS.1803 |
Stock exception: Configuration stock products not available for this user. |
Examples
Request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cvex="http://cvexport.endpoints.www.soap.infojobs.net/">
<soapenv:Header xmlns:ij="http://api.infojobs.net/soap/authn" 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">
<wsse:Security soapenv:mustUnderstand="1">
<wsse:UsernameToken wsu:Id="">
<wsse:Username>SOAP-TEST-CLIENT</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">TEST-CLIENT-SECRET</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
<ij:authnHeader>
<token>20000000-0000-0000-0000-0000</token>
</ij:authnHeader>
</soapenv:Header>
<soapenv:Body>
<cvex:findOffersPublishedInASPByEmpleadoForExportCVs/>
</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-1">
<wsu:Created>2013-10-01T15:55:23.779Z</wsu:Created>
<wsu:Expires>2013-10-01T16:00:23.779Z</wsu:Expires>
</wsu:Timestamp>
</wsse:Security>
</soap:Header>
<soap:Body>
<ns1:findOffersPublishedInASPByEmpleadoForExportCVsResponse xmlns:ns1="http://cvexport.endpoints.www.soap.infojobs.net/">
<CVOfferShortDTO>
<name>Programador Senior Java</name>
<offerCode>eeabaaeaeb452fb5f61617650191dd</offerCode>
<status>1</status>
</CVOfferShortDTO>
<CVOfferShortDTO>
<name>Diseñador web</name>
<offerCode>babe79abd34dc5b35840fd805687fe</offerCode>
<status>1</status>
</CVOfferShortDTO>
</ns1:findOffersPublishedInASPByEmpleadoForExportCVsResponse>
</soap:Body>
</soap:Envelope>
