Posted By
Monique Romero
11-10-2016 15:42
Found In
Egroup:
Community News
\
view thread
I'm doing fine in python, using a module named zeep, and python 3.5.2. Here's my code: #!/usr/local/bin/python3 import pdb import config import json import datetime import zeep import sys # Config file format: # ( # "user": "zuora_api_user@canonical.com.apisandbox", # "password": ...
|