HORECACAREER.BE REST AND SOAP API
Access All Horeca Jobs and resumes through REST and SOAP methods
REST
Methods:
Example with php:
SOAP
You can access the WSDL on this link: http://horecacareer.be/soap/index?wsdl
Methods:
You will find an live example on this page: http://horecacareer.be/soap/getOnlineResumes Example with Adobe Flex:
You will find an live example on this page: http://horecacareer.be/soap/getOnlineResumesByDateUpdate Example using php Zend Framwork (MVC):
$class=($this->current == $page)?"lien_numero_page_actif":"lien_numero_page";?> <a class="<?php echo $class ?>" href="<?php echo $this->url(array('page' => $page)); ?><?php echo $query?>"><?php echo $page?></a> <?php endforeach;?> <!-- Next page link --> <?php if (isset($this->next)): ?> <a style="text-decoration: none;" href="<?php echo $this->url(array('page' => $this->next)) ?><?php echo $query?>" > <img alt="arrow" style="vertical-align: middle;" border="0" src="<?php echo Configuration_Application::$register->url ?>/<?php echo Configuration_Application::$register->image ?>/icones/fleche_droite.png" /> </a> <?php endif; ?> <!-- Last page link --> <?php if (isset($this->next)): ?> <a style="text-decoration: none;" href="<?php echo $this->url(array('page' => $this->last)) ?><?php echo $query?>" > <img alt="arrow" style="vertical-align: middle;" border="0" src="<?php echo Configuration_Application::$register->url ?>/<?php echo Configuration_Application::$register->image ?>/icones/fleche_droite_double.png" /> </a> <?php endif; ?> </fieldset>
<?php endif; ?> |
||||||||

