I am working on python script to make SOAP api call to create Incident in Service-Now. I downloaded SOAPPy using pip. However when i tried to import SOAPProxy module I keep getting below error
from SOAPpy import SOAPProxy
error:
from version import version
ImportError: No module named 'version'.
(I am using Windows machine and Python 3.5.1)
If SOAPpy is not supported in python 3, Please let me know other supported SOAP modules for python 3.
Please help.
Thanks in advance