Plugin Passerelle pour la liaison avec ia.Delib
Go to file
Christophe Boulanger ebec009eb9 change README title 2017-06-02 15:13:58 +02:00
passerelle_imio_ia_delib First commit 2017-06-02 15:12:39 +02:00
.gitignore First commit 2017-06-02 15:12:39 +02:00
MANIFEST.in First commit 2017-06-02 15:12:39 +02:00
README.md change README title 2017-06-02 15:13:58 +02:00
manage.py First commit 2017-06-02 15:12:39 +02:00
setup.py First commit 2017-06-02 15:12:39 +02:00

README.md

A SOAP PASSERELLE [entrouvert] plugins to communicate with IMIO IA DELIB.

Installation

  • add to Passerelle installed apps settings: INSTALLED_APPS += ('passerelle_imio_ia_delib',)

  • enable module: PASSERELLE_APP_PASSERELLE_IMIO_IA_DELIB_ENABLED = True

Usage

  • create and configure new connector

    • Title/description: whatever you want
    • Certificate check: uncheck if the service has no valid certificate
  • test service by clicking on the available links

    • the /testConnection/ endpoint try to establish a connection with IA DELIB
    • the /test_createItem/ endpoint try to create a new point in IA DELIB

Usage in w.c.s.