Soap Proxy Module to get data from SOAP Services
Project description
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()
Project details
Release history Release notifications | RSS feed
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
Close
Hashes for soap-as-rest-server-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d325707e90ca2cb760bc26c09e2960b8106cc86ac228355475e973ba7b6a123b |
|
MD5 | 32635a4ee34612a0bfe7622bf9459cbf |
|
BLAKE2b-256 | bbef8ec0d0445e54343ce86332a267602eaaab75166643115fddb32a06645c59 |
Close
Hashes for soap_as_rest_server-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f24a300b5184b3f15316c460e52daa72db8fe5596e587a6d77bda3b99839ecf1 |
|
MD5 | bec50d96db766ca54bdcf80caaae2bba |
|
BLAKE2b-256 | 48ff6839db331a7b15b4a1488be7ead422b1412433fca7091a31cce623e84abf |