RealTimeJobPost
Used to add, update or delete a job on CareerBuilder.com by supplying the job data in DPI Webservice format encased in an XML packet.
The webservice can process jobs in both DPI Webservice format or HR-XML SEP version 1.1 or HR-XML SEP version 2.4
Go to dpi.careerbuilder.com to get a copy of the latest DPI job posting specs.
The following operations are supported. For a formal definition, please review the Service Description.
-
ProcessHRXMLJob
Used as front-end access to the actual webservice (ProcessJob) for posting jobs to CareerBuilder in HR-XML 1.1 format.
This webservice is used for anyone who can only pass parameters as basic data-types and can only receive return results as basic data-types. The data is passed to this webservice as a string, but it must be in the format as specified by the published HR-XML 1.1 specs. The result is returned as a string. -
ProcessJob
Used to add a new job, update an existing job or delete an existing job on the CareerBuilder site. The data for the job is supplied to the method as an XML packet. This XML packet must follow the CareerBuilder.com published DPI Webservice specs. -
ProcessNexusJob
Used as front-end access to the actual webservice (ProcessJob) for posting jobs to CareerBuilder in the DPI Webservice format.
This webservice is used for anyone who can only pass parameters as basic data-types and can only receive return results as basic data-types. The data is passed to this webservice as a string, but it must be in the format as specified by the published DPI Webservice specs. The result is returned as a string -
ProcessTGJob
Used as front-end access to the actual webservice (ProcessJob) for posting jobs to CareerBuilder in the DPI Webservice format.
This webservice is used for anyone who can only pass parameters as basic data-types and can only receive return results as basic data-types. The data is passed to this webservice as a string, but it must be in the format as specified by the published DPI Webservice specs. The result is returned as a string