Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Foreword

HR Manager Talent Solutions offers a remoting web service for its HR application Talent Manager that allows third party systems to integrate and manage major operations in the applications. This document provides an overview of this remoting web service.

Attention

Please read the API Usage Notice before implementing API consumption.

Notice the API have a connection timeout on 180 seconds.

URLs

There are two main URLs to know when using Remoting Web Service:

  1. https://manager-api.hr-manager.net/Remoting.svc?singleWsdl
    This URL returns the full WSDL of the Remoting Web Service. Use this to create service reference, various proxy models and validation rules.
  2. https://manager-api.hr-manager.net/Remoting.svc
    This is the primary URL of the Remoting Web Service and offers endpoints for SOAP 1.1 over HTTP and HTTPS.


Base parameters for requests

All remoting endpoints have a set of base-request-properties which are the same for all services
See this link for more information: Remoting API

General Requirements

Following are the general requirements to use the Remoting Web Service:

  • The Remoting Web Service must be enabled in the Customer’s account in the System.
  • An api key must be configured in the Customer’s account in the System. This key is used to authenticate calls made to the web service.
  • User, Department and Employee web service functions must be explicitly enabled for the Customer’s account in the System.
  • No labels