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.

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.

General Requirements

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