Information For Job Board Owners - Standard Integration HTTP/S
HTTP/HTTPS (on any TCP port, with or without authentication) is our preferred method for posting vacancies. The reason for this
is that in general we are able to obtain an immediate response indicating whether
posting the vacancy to your job board was successful.
We can either post you each vacancy field as seperate name/value pairs or as a single name/value
pair called 'xmldata'. For an example of what might be contained in this, please have a look at the
sample XML.
You will need to tell us which URL you would like us to post the vacancies to, what port number we
should use (usually 80) and whether or not you would like us to use HTTP or HTTPS.
We need you to send a response back in the HTTP stream either in plain text or HTML with
the following somewhere in the page (depending upon the result):
|
response
|
explanation
|
| <vacancypostresult>OK</vacancypostresult> | Posting was successful. |
| <vacancypostresult>INVALIDACCOUNT</vacancypostresult> | Account details were incorrect. |
| <vacancypostresult>ERROR:description</vacancypostresult> | Other error 'description' |