Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.47 KB

README.md

File metadata and controls

48 lines (27 loc) · 1.47 KB

Planon LDAP Sync

  1. Getting Started
  2. SOAP API Setup

Getting Started

Requirements

  • Python 3.X+

SOAP API Setup

  1. Login to Planon, click Tools --> Web services

    1. Click Add and fill in the required information

    Web Services

  2. Search for and add the Account and AccountGroup business objects

    Web Services

  3. Click Link field definitions and add any required definitions, for this example we've added all fields

    Web Services

  4. Click Compile web service, download the generated .jar file

    Web Services

  5. Login to the Axis2 administration console https:/<instance name>.planoncloud.com/nyx/

    Apache Axis2

  6. Browse to the .jar file and select it, click Upload

    NOTE: If you have an existing web service you may need to delete it, otherwise duplicate methods will be created and errors will be thrown

    # Simple curl example to delete WebDAV files
    curl --user $PLANONWEBDAVUSER:$PLANONWEBDAVPWD https://<instance name>.planoncloud.com/webservices/

    Apache Axis2 Upload

  7. Verify the SOAP API methods are shown under Services

    Apache Axis2 Services