SOAP-as-REST Server
This is a "proxy" to SOAP protocol using REST.
Installing
$ pip3 install soap-as-rest-server
Using as module
$ python3 -m soap-as-rest-server
Importing and using
#!/usr/bin/env python3
import os
from os import path
from soap_as_rest_server import start
base_dir = 'src'
os.environ['CONFIG_FILE'] = path.join(base_dir, 'config.yml')
os.environ['TEMPLATE_FILE'] = path.join(base_dir, 'template.xml')
os.environ['SERVER_PORT'] = '8080'
os.environ['SERVER_ENDPOINT'] = '/soap-proxy/'
start()
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file soap-as-rest-server-0.0.1.tar.gz.
File metadata
- Download URL: soap-as-rest-server-0.0.1.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d325707e90ca2cb760bc26c09e2960b8106cc86ac228355475e973ba7b6a123b
|
|
| MD5 |
32635a4ee34612a0bfe7622bf9459cbf
|
|
| BLAKE2b-256 |
bbef8ec0d0445e54343ce86332a267602eaaab75166643115fddb32a06645c59
|
File details
Details for the file soap_as_rest_server-0.0.1-py3-none-any.whl.
File metadata
- Download URL: soap_as_rest_server-0.0.1-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f24a300b5184b3f15316c460e52daa72db8fe5596e587a6d77bda3b99839ecf1
|
|
| MD5 |
bec50d96db766ca54bdcf80caaae2bba
|
|
| BLAKE2b-256 |
48ff6839db331a7b15b4a1488be7ead422b1412433fca7091a31cce623e84abf
|