cancel
Showing results for 
Search instead for 
Did you mean: 

EREC - Publish jobs to external websites with out XI

Former Member
0 Kudos

Hi Friends,

Created custom program which can capture all job posting information based on Requisition ID and create the XML File.

Please suggest me how to send this XML file for job sites using Web Service, We don't have XI integration.

So i have to create a Webservice which can send the XML file to job boards.

Thanks

Bhuvana

Edited by: Bhuvaneswari Puli on Mar 1, 2011 7:12 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Once you are done with XML creation,

1. Store the xml file in a cluster/trans.table.

2. Create a BSP application.

3. In Intialization event, write logic to fetch the file.

4. Pass the BSP link to Job boards which is integrated in the portal.

In my proj, I did like the above.

Thanks,

Anil

Former Member
0 Kudos

Hi,

Thanks for your reply, We are using WebDynpro not BSP. Custom program is creating XML File.

I need to create Webservice to send this to job boards.

Please suggest how i can acheive this .

Thanks

Bhuvana

Former Member
0 Kudos

Hi Friends,

Please help me on this.

Thanks

Bhuvana

romanweise
Active Contributor
0 Kudos

Hi,

can't you just write the file down to some file share? The job boards I have been working with so far provide services to gather the information for postings from a company share / ftp server.

If you really have to call a webservice of the job board you could for example use classes like cl_http_service to act as a http client from your report.

Kind Regards

Roman