Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exaluc/ottosoap
Soap server avec django
https://github.com/exaluc/ottosoap
Last synced: 9 days ago
JSON representation
Soap server avec django
- Host: GitHub
- URL: https://github.com/exaluc/ottosoap
- Owner: exaluc
- Created: 2020-05-26T13:08:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T13:41:21.000Z (over 4 years ago)
- Last Synced: 2023-10-08T05:24:54.304Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ottosoap
Python version
--------------Le projet functionne avec Python 3.6 et 3.7
Installation:
1- Création venv:
python3 -m venv ottosoap
2- Activation venv:source ottosoap/bin/activate
3- Installation requirements:pip install -r requirements.txt
4- Installation spyne:easy_install spyne==2.13.14b0
6- Appliquez une migration:python manage.py migrate
7- Démarrer le projet:python manage.py runserver
Tester le service:
1- Le service SOAP est disponible ci dessus: (Attention au slash à la fin.)http://localhost:8000/api/otto/
1- Postez ce message pour tester get_saisies: (Retorune toutes les saisies)
2- Postez ce message pour tester get_saisie: (Retorune une saisie seulement)
[id de la saisie]
1- Postez ce message pour tester le create_saisie: (Crée une saisie)
kong
tom
2020-05-03T06:00:00
1
5
mai