python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How I do to fix this error with Transport apply?
I have an error with zeep python and Transport show me this message
AttributeError: 'Transport' object has no attribute 'apply'
My Code:
session = Session()
session.verify = False
session.proxies = {...
Andres
Votes: 0
Answers: 0
Sending MTOM SOAP attachment Via Python Zeep or SUDS or any other way
I have been browsing and have not been able to find a way to send MTOM attachments, whether it is via SUDS or Zeep python libraries. I see that Zeep allows the reading of MTOM attachments. But not the...
Adam M
Votes: 0
Answers: 0
SOAP API - Qname find fails with zeep and xmlsec on x509_data.find(QName(ns.DS, "X509Certificate")).text in centOS75 (python 3.8)
Versions I am using -
zeep==3.4.0
lxml==4.7.1
xmlsec==1.3.8
libxml2 = 2.9.2
Centos75
python 3.8.10
Error detail:
service_1 | Traceback (most recent call last):
service_1 | ...
Harsh
Votes: 0
Answers: 0
Making Soap Requests to a wsdl URL using python-zeep
Im trying to make a SOAP request and running into a couple of issues and I would need your help in resolving the error
from zeep import Client
client = Client(wsdl='http://<placeholder>/<serv...
user18296410
Votes: 0
Answers: 0